-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 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
54
55
56
{
"name": "Aquest-alpha",
"version": "0.0.1",
"description": "Version alpha",
"author": "Aquest Technologies SAS",
"main": "src/server/server.js",
"private": true,
"scripts": {
"d": "scripts/start_david",
"lint": "eslint ./src --ext .js --ext .jsx || true",
"linto": "eslint ./src --ext .js --ext .jsx -o ./log/lint.log || true",
"start": "clear && nodemon -q -x \"babel-node\" --watch ./src/server -e js,html ./src/server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "Copyrights Aquest Technologies SAS",
"dependencies": {
"aws-sdk": "^2.1.46",
"babel": "^5.5.8",
"babel-core": "^5.5.8",
"bcrypt": "^0.8.3",
"boom": "^2.8.0",
"chalk": "^1.0.0",
"gm": "^1.18.1",
"hapi": "^9.0.3",
"hapi-auth-jwt2": "^5.0.0",
"inert": "^3.0.1",
"joi": "^6.6.1",
"jsonwebtoken": "^5.0.4",
"lodash.clonedeep": "^3.0.2",
"node-babel": "^0.1.2",
"node-libs-browser": "^0.5.2",
"pg": "^4.4.0",
"react": "0.14.0-beta3",
"react-redux": "^2.0.0",
"react-router": "1.0.0-beta3",
"redux": "^2.0.0",
"redux-react-router": "^0.2.1",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"uuid": "^2.0.1",
"validate.js": "^0.8.0"
},
"devDependencies": {
"babel-eslint": "^3.1.23",
"babel-loader": "^5.1.4",
"css-loader": "^0.14.5",
"cssnext-loader": "^1.0.1",
"eslint": "^0.24.1",
"eslint-plugin-react": "^2.7.0",
"html-webpack-plugin": "^1.5.2",
"react-hot-loader": "^1.2.7",
"style-loader": "^0.12.3",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
}
}