-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.79 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
{
"name": "hello-slide",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:ssl": "sudo HTTPS=true $(which node) ./server.js",
"build": "next build",
"start": "next start -p $PORT",
"deploy": "yarn build && gcloud app deploy --appyaml=./deploy/app.yaml --stop-previous-version --quiet",
"lint": "gts lint",
"clean": "gts clean",
"fix": "gts fix",
"posttest": "yarn run lint"
},
"dependencies": {
"@chakra-ui/react": "^1.6.8",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11",
"@types/nprogress": "^0.2.0",
"@types/qrcode.react": "^1.0.2",
"@types/react-color": "^3.0.5",
"@types/react-no-ssr": "^1.1.2",
"@types/recharts": "^2.0.0",
"express": "^4.17.1",
"framer-motion": "^4",
"next": "11.1.2",
"nprogress": "^0.2.0",
"qrcode.react": "^1.0.1",
"react": "17.0.2",
"react-color": "^2.19.3",
"react-confetti": "^6.0.1",
"react-contextmenu": "^2.14.0",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-markdown": "^7.0.1",
"react-no-ssr": "^1.1.0",
"recharts": "^2.1.4",
"recoil": "^0.4.1",
"screenfull": "^5.1.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.7",
"@types/node": "^16.9.6",
"@types/react": "^17.0.24",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsdoc": "^36.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"gts": "^3.1.0",
"typescript": "^4.4.3"
}
}