-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"dependencies": {
"@mapbox/rehype-prism": "^0.5.0",
"@next/bundle-analyzer": "^10.0.6",
"@react-pdf/renderer": "^1.6.13",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.0.4",
"chrome-aws-lambda": "^5.5.0",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"date-fns-tz": "^1.0.12",
"detect-inapp": "^1.4.0",
"firebase": "^8.2.2",
"firebase-admin": "^9.4.2",
"formik": "^2.2.6",
"framer-motion": "^3.2.1",
"gray-matter": "^4.0.2",
"js-cookie": "^2.2.1",
"ms": "^2.1.3",
"next": "^10.0.3",
"papaparse": "^5.3.0",
"pdf-viewer-reactjs": "^2.2.2",
"postcss": "^8.1.10",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-focus-visible": "^5.0.0",
"postcss-nested": "^5.0.3",
"postcss-preset-env": "^6.7.0",
"puppeteer-core": "^5.5.0",
"react": "^17.0.1",
"react-aria": "^3.3.0",
"react-countdown": "^2.3.1",
"react-dom": "^17.0.1",
"react-pdf": "^5.1.0",
"react-scroll": "^1.8.1",
"react-table": "^7.6.2",
"rehype-katex": "^4.0.0",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"remark-math": "^4.0.0",
"remark-rehype": "^8.0.0",
"swr": "^0.4.0",
"tailwindcss": "^2.0.1",
"yup": "^0.32.8"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/node": "^14.0.24",
"@types/papaparse": "^5.2.5",
"@types/react": "^16.9.43",
"@types/yup": "^0.29.11",
"husky": "^4.3.8",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"rehype-stringify": "^8.0.0",
"ts-node": "^9.1.1",
"typescript": "^3.9.7"
},
"scripts": {
"dev": "NODE_OPTIONS=--max_old_space_size=8192 next",
"build-debug": "NODE_OPTIONS='--inspect' next build",
"analyse": "ANALYZE=true yarn build",
"build": "next build",
"start": "next start",
"add:live": "ts-node ./scripts/addTimetable.ts"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}