forked from Packuno/packuno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.47 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "webpack-app",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node server/index.js",
"build": "webpack -p",
"test": "mocha --compilers js:babel-core/register ./specs/specs.jsx"
},
"keywords": [],
"author": "",
"license": "",
"engines": {
"node": ">=6.4.0"
},
"dependencies": {
"autosuggest-highlight": "^3.1.1",
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"babel-preset-stage-2": "^6.24.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"connect-flash": "^0.1.1",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"firebase": "^4.6.2",
"jquery": "^3.2.1",
"jsdom": "^11.4.0",
"material-ui": "^1.0.0-beta.21",
"material-ui-icons": "^1.0.0-beta.17",
"mocha": "^4.0.1",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth20": "^1.0.0",
"moment": "^2.19.2",
"mysql2": "^1.5.1",
"path": "^0.12.7",
"pg": "6.4.2",
"pg-hstore": "^2.3.2",
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-autosuggest": "^9.3.2",
"react-dom": "^16.1.1",
"react-google-login": "^3.0.2",
"react-native": "^0.50.4",
"react-native-google-signin": "^0.12.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sequelize": "^4.22.6",
"sequelize-cli": "^3.0.0",
"sinon": "^4.1.2",
"underscore": "^1.8.3",
"vue-loader": "^13.5.0"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.7.2",
"envify": "^4.1.0",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"json-loader": "^0.5.7",
"redux-devtools": "^3.4.1",
"redux-devtools-dock-monitor": "^1.1.2",
"redux-devtools-log-monitor": "^1.4.0",
"uglify-js": "^3.1.10",
"uglify-js-brunch": "^2.10.0",
"uglifyify": "^4.0.5",
"webpack": "^3.8.1",
"webpack-config": "^7.5.0"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-2"
]
}
}