-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 884 Bytes
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
{
"name": "matching",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "webpack --watch",
"start": "node app.js",
"start:debug": "DEBUG=* node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chen445/Matching.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chen445/Matching/issues"
},
"homepage": "https://github.com/chen445/Matching#readme",
"description": "",
"engines": {
"node": ">=8.1.0"
},
"dependencies": {
"axios": "^0.21.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"node-sass": "^6.0.0",
"sass-loader": "^12.1.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}