-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.62 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "obscura",
"version": "3.5.0",
"description": "Online Crypthunt",
"main": "server.js",
"scripts": {
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js --config webpack.config.prod.js",
"run": "./node_modules/webpack/bin.webpack.js --config webpack.config.dev.js",
"start": "NODE_ENV=production nohup pm2 start server.js &"
},
"author": "Anshul Malik",
"license": "ISC",
"dependencies": {
"alt": "^0.18.4",
"alt-container": "^1.0.2",
"babel-core": "~6.10.4",
"babel-loader": "~6.2.4",
"babel-preset-es2015": "~6.9.0",
"babel-preset-react": "~6.5.0",
"crypto-js": "^3.1.6",
"express": "^4.14.0",
"js-htmlencode": "^0.2.0",
"nprogress": "^0.2.0",
"nprogress-npm": "^0.1.3",
"react": "~15.1.0",
"react-addons-css-transition-group": "^15.3.1",
"react-burger-menu": "^1.10.4",
"react-dom": "~15.1.0",
"react-easy-transition": "0.0.5",
"react-facebook-login": "^3.1.1",
"react-google-login": "^2.3.2",
"react-lazy-render": "^0.3.0",
"react-motion": "^0.4.4",
"react-motion-ui-pack": "^0.9.0",
"react-notify-toast": "^0.1.3",
"react-progress-button": "^5.0.1",
"react-router": "^2.5.1",
"react-router-transition": "0.0.6",
"velocity-react": "^1.1.5",
"webpack": "~1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.10.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-core": "~6.10.4",
"babel-loader": "~6.2.4",
"babel-preset-es2015": "~6.9.0",
"babel-preset-react": "~6.5.0",
"ip": "^1.1.3"
}
}