-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.54 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
54
55
56
57
58
{
"name": "remoteserver",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"postinstall": "webpack --config ./webpack-prod.config.js --progress --colors",
"build": "webpack --config ./webpack-prod.config.js --progress --colors",
"start": "./node_modules/.bin/babel-node server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"autoprefixer": "^6.3.1",
"babel": "^5.8.34",
"babel-core": "^6.4.0",
"babel-loader": "^5.3.2",
"body-parser": "^1.14.2",
"classnames": "^2.1.3",
"css-loader": "^0.15.6",
"d3": "^3.5.12",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.4",
"flux": "^2.0.3",
"jquery": "^2.2.0",
"knex": "^0.9.0",
"lodash": "^4.0.0",
"moment": "^2.11.1",
"node-env-file": "^0.1.8",
"node-sass": "^3.2.0",
"path": "^0.11.14",
"pg": "^4.4.3",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-router": "^2.0.0-rc5",
"sass-loader": "^1.0.3",
"sequelize": "^3.17.3",
"socket.io": "^1.4.5",
"style-loader": "^0.12.3",
"twilio": "^2.9.0",
"url-loader": "^0.5.6",
"webpack": "^1.10.5"
},
"devDependencies": {
"babel-eslint": "^4.0.5",
"node-sass": "^3.4.2",
"react-hot-loader": "^1.2.8",
"sass-loader": "^1.0.4",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.10.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gtg092x/water-server"
},
"author": "",
"license": "ISC"
}