-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 955 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": "songoco",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-sass": "^0.1.2",
"axios": "^0.18.0",
"bootstrap": "^3.3.7",
"classnames": "^2.2.5",
"express": "^4.16.3",
"lodash.isempty": "^4.4.0",
"next": "^5.1.0",
"next-redux-wrapper": "^1.3.5",
"next-routes": "^1.4.1",
"node-sass": "^4.11.0",
"prop-types": "^15.6.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-loading": "^1.0.3",
"react-player": "^1.5.0",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-raven-middleware": "^1.2.0",
"redux-thunk": "^2.2.0",
"slugify": "^1.2.9"
}
}