-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
{
"name": "how_many_trees",
"version": "1.0.0",
"engines": {
"node": "10.13.0",
"npm": "6.4.1"
},
"description": "",
"main": "app.js",
"repository": "https://github.com/jonchaney/node-api-backend.git",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node app.js",
"server": "nodemon app.js",
"server:debug": "nodemon --inspect app.js",
"start:debug": "DEBUG=* node app.js",
"postinstall": "webpack"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@babel/preset-env": "^7.13.15",
"axios": "^0.21.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.19.0",
"d3": "^6.7.0",
"express": "^4.17.1",
"https": "^1.0.0",
"https-browserify": "^1.0.0",
"node-fetch": "^2.6.1",
"node-sass": "^5.0.0",
"sass-loader": "^11.0.1",
"serve-favicon": "^2.5.0",
"ssl-root-cas": "^1.3.1",
"webpack": "^5.35.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}