forked from k88hudson/pingcentredash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.12 KB
/
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": "ping-centre-launch-day-dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "live-server ./public --port=1977 --watch=public,src",
"bundle": "rollup -c rollup.config.js",
"release": "git add public/bundle.js -f && git commit -m \"commit bundle for deploy\""
},
"author": "",
"license": "ISC",
"dependencies": {
"connect-redis": "^3.3.2",
"country-to-emoji-flag": "^1.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"react-odometerjs": "^2.0.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-react": "^6.24.1",
"live-server": "^1.2.0",
"odometer": "^0.4.8",
"rollup": "^0.51.2",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^2.0.1"
}
}