-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.4 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
{
"name": "auther",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack -w & nodemon index.js -e js,html --watch",
"seed": "node seed",
"db-init": "pg-init auth",
"postinstall": "npm run db-init"
},
"engines": {
"node": "8.2.1",
"npm": "5.3.0"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.15.0",
"bluebird": "^2.10.2",
"bootstrap": "^3.3.7",
"bootstrap-social": "^5.0.0",
"express": "^4.13.3",
"font-awesome": "^4.6.3",
"fs-misc": "^2.0.0",
"jspdf": "^1.3.5",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"pg": "6.4.2",
"promise-sequential": "^1.1.1",
"react": "^16.2.0",
"react-contenteditable": "^2.0.1",
"react-dom": "^16.2.0",
"react-icons": "^2.2.7",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-vis": "^1.8.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"semantic-ui-react": "^0.77.1",
"sequelize": "^4.26.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cartoon-avatar": "^1.0.2",
"chance": "^0.8.0",
"nodemon": "^1.7.1",
"redux-devtools-extension": "^1.0.0",
"redux-logger": "^3.0.6",
"volleyball": "^1.3.0",
"webpack": "^3.10.0"
}
}