forked from RapidRetail/image-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 KB
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
{
"name": "react_carousel",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"start": "node server/server.js",
"seed-db": "node database/cassandra/init.js",
"react-dev": "webpack -d --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cassandra-driver": "^3.5.0",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-http-proxy": "^1.2.0",
"newrelic": "^4.2.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-stickynode": "^2.0.1",
"request": "^2.87.0"
},
"devDependencies": {
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"file-loader": "^1.1.11",
"node-sass": "^4.9.0",
"pm2": "^2.10.4",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^4.10.2",
"webpack-cli": "^2.1.4"
}
}