forked from LIONSTOOTH/fledge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.12 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "fledge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "6.11.5"
},
"scripts": {
"heroku-postbuild": "webpack --config webpack.prod.js",
"start": "node server/index.js",
"wp": "webpack -d --progress --colors --watch",
"startdev": "nodemon --inspect server/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"chart.js": "^2.7.1",
"css-loader": "^0.28.7",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-passport-logout": "^0.1.0",
"express-session": "^1.15.6",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"google-auth-library": "^0.12.0",
"googleapis": "^23.0.0",
"load-script": "^1.0.0",
"mongo": "^0.1.0",
"mongodb": "^3.0.0-rc0",
"mongoose": "^4.13.6",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-chartjs-2": "^2.6.4",
"react-confetti": "^2.0.2",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.2.0",
"react-google-picker": "0.0.7",
"react-height": "^3.0.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-sizeme": "^2.3.6",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"semantic-ui-react": "^0.77.0",
"style-loader": "^0.19.1",
"styled-jsx": "^2.2.1",
"uglifyjs-webpack-plugin": "^1.1.4",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.1"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1"
}
}