-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 889 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
{
"name": "react-sparkle",
"version": "0.1.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"antd": "^3.26.0",
"axios": "^0.19.0",
"babel-plugin-import": "^1.13.0",
"dotenv": "^8.2.0",
"es6-promise": "4.1.1",
"isomorphic-unfetch": "2.0.0",
"next": "latest",
"next-compose-plugins": "^2.2.0",
"next-redux-saga": "4.0.0",
"next-redux-wrapper": "2.0.0",
"node-sass": "^4.13.0",
"null-loader": "^3.0.0",
"qrcode.react": "^1.0.0",
"react": "^16.0.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.0.0",
"react-player": "^1.14.2",
"react-redux": "5.0.7",
"redux": "4.0.1",
"redux-saga": "1.0.1"
},
"devDependencies": {
"redux-devtools-extension": "2.13.2"
}
}