-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.58 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.58 KB
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
{
"name": "dita",
"version": "1.0.0",
"description": "dita",
"main": "server.js",
"scripts": {
"postinstall": "webpack & node-sass public/css/scss -o public/css",
"start": "node server.js",
"test": "mocha **/*.test.js *.test.js",
"build:css": "node-sass -w -r public/css/scss -o public/css",
"seed": "node db/seed.js",
"seedVin": "node db/seedVin.js",
"start:dev": "webpack -w & node-sass -w public/css/scss -o public/css & nodemon --ignore src/ --ignore dist/ server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiAJVince/graceshopper.git"
},
"keywords": [],
"author": "Kaz_Murray_Vince_Wasif",
"license": "ISC",
"bugs": {
"url": "https://github.com/DiAJVince/graceshopper/issues"
},
"homepage": "https://github.com/DiAJVince/graceshopper#readme",
"dependencies": {
"@google/maps": "^0.4.5",
"animated": "^0.2.1",
"axios": "^0.16.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bcrypt": "^1.0.3",
"bcrypt-as-promised": "^1.1.0",
"body-parser": "^1.18.2",
"bootstrap": "^3.3.7",
"chalk": "^2.1.0",
"d3": "^4.11.0",
"express": "^4.16.1",
"faker": "^4.1.0",
"googlemaps": "^1.12.0",
"http": "0.0.0",
"ionicons": "^3.0.0",
"jsonwebtoken": "^8.1.0",
"leaflet": "^1.2.0",
"lodash": "^4.17.4",
"material-ui": "^1.0.0-beta.20",
"morgan": "^1.9.0",
"node-sass": "^4.7.2",
"nodemon": "^1.12.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"path": "^0.12.7",
"pg": "^7.4.0",
"pg-native": "^2.2.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-fontawesome": "^1.6.1",
"react-google-maps": "^9.2.2",
"react-leaflet": "^1.7.4",
"react-leaflet-markercluster": "^1.1.7",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-transition": "^1.1.2",
"react-select": "^1.0.0-rc.10",
"react-transition-group": "^2.2.1",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"sequelize": "^4.22.4",
"webpack": "^3.6.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-enzyme": "^0.8.0",
"chai-properties": "^1.2.1",
"chai-things": "^0.2.0",
"enzyme": "^3.1.0",
"mocha": "^4.0.0",
"sinon": "^4.0.1",
"sinon-chai": "^2.14.0",
"supertest": "^3.0.0"
}
}