-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 984 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
{
"name": "red-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-flow-strip-types": "^7.10.1",
"@fortawesome/fontawesome-free": "^5.13.0",
"@zeit/next-sass": "^1.0.1",
"antd": "^4.2.4",
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"font-awesome": "^4.7.0",
"jwt-decode": "^2.2.0",
"next": "^9.4.1",
"next-images": "^1.4.0",
"next-redux-wrapper": "^6.0.0",
"node-sass": "^4.14.1",
"react": "16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "16.13.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0"
}
}