-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.87 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
59
60
61
62
63
{
"name": "introspect-app",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "webpack -w & node-sass -w scss/ -o public/ & nodemon app.js --ignore public/ --ignore dist/ --ignore src/",
"start": "webpack & node-sass scss/ -o public/ & node app.js",
"seed": "node db/seed.js",
"reset": "node db/reset.js",
"post:pull": "webpack & node-sass scss/ -o public/"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.17.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bcrypt-as-promised": "^1.1.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"client-sessions": "^0.8.0",
"cors": "^2.8.4",
"d3": "^4.11.0",
"express": "^4.16.2",
"generate-password": "^1.3.0",
"ionicons": "^3.0.0",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.4",
"monkeylearn": "^0.1.11",
"morgan": "^1.9.0",
"natural": "^0.5.4",
"node-sass": "^4.5.3",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"pg": "^7.3.0",
"react": "^16.0.0",
"react-beautiful-dnd": "^2.6.1",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dnd-touch-backend": "^0.3.17",
"react-dom": "^16.0.0",
"react-draggable": "^3.0.3",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"sequelize": "^4.18.0",
"twitter": "^1.7.1",
"victory": "^0.24.0",
"webpack": "^3.8.1"
}
}