-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 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
{
"name": "local-tiler",
"version": "1.0.0",
"dependencies": {
"body-parser": "^1.18.2",
"chalk": "^2.3.0",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"isomorphic-unfetch": "^2.0.0",
"multer": "^1.3.0",
"pg": "^7.4.0",
"rimraf": "^2.6.2",
"sequelize": "^4.28.1",
"sharp": "^0.20.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-styled-components": "^1.3.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"jest": "^22.0.4",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"nodemon": "^1.12.7",
"path": "^0.12.7",
"regenerator-runtime": "^0.11.1",
"webpack": "^3.10.0"
},
"scripts": {
"start":
"DEPLOYMENT_ENV=local nodemon --exec babel-node index.js DEPLOYMENT_ENV=local nodemon --exec babel-node index.js dotenv_config_path=../config/.env"
}
}