-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "toaster",
"private": true,
"engines": {
"node": "^10.0.0",
"npm": ">=6.4.1"
},
"dependencies": {
"@babel/polyfill": "^7.7.0",
"bcrypt": "^4.0.0",
"express": "^4.16.3",
"express-graphql": "^0.8.0",
"firebase": "^7.14.0",
"firebase-admin": "^8.9.0",
"graphql": "^14.5.8",
"graphql-geojson": "^1.0.0",
"graphql-iso-date": "^3.3.0",
"graphql-relay": "^0.6.0",
"graphql-sequelize": "^9.3.5",
"graphqlify": "^1.1.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"pg": "^8.0.2",
"randomstring": "^1.1.5",
"sequelize": "^5.21.2",
"source-map-support": "^0.5.16",
"superagent": "^5.2.2"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/node": "^7.7.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.7.1",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.0",
"browser-sync": "^2.26.7",
"chokidar": "^3.3.0",
"dotenv": "^8.2.0",
"glob": "^7.1.6",
"mkdirp": "^1.0.3",
"rimraf": "^3.0.0",
"webpack": "^4.19.1",
"webpack-hot-middleware": "^2.24.2",
"webpack-node-externals": "^1.7.2"
},
"scripts": {
"deploy": ".\\tools\\deploy.bat",
"start": "babel-node tools/run start"
}
}