-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 987 Bytes
/
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
{
"name": "knm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.21.1",
"next": "9.4.3",
"postcss-flexbugs-fixes": "^4.2.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"sass": "1.26.5",
"socket.io-client": "^4.3.2",
"styled-jsx-plugin-postcss": "^2.0.1"
},
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "2.5.1",
"node-sass": "^4.14.1",
"postcss-preset-env": "6.7.0",
"styled-jsx-plugin-sass": "^1.0.0",
"tailwindcss": "1.4.4"
}
}