-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "tasktreemap",
"version": "1.0.0",
"description": "タスクの規模と進捗を可視化する",
"main": "main.js",
"dependencies": {
"axios": ">=0.18.1",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.19.0",
"commander": "^2.20.1",
"cross-env": "^5.2.1",
"css-loader": "^2.1.1",
"ejs": "^2.7.1",
"express": "^4.17.1",
"file-loader": "^3.0.1",
"moment": "^2.24.0",
"mongodb": "^3.6.0",
"socket.io": "^2.3.0",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.0"
},
"devDependencies": {
"@babel/core": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"@babel/preset-stage-3": "^7.0.0",
"babel-loader": "^8.0.6",
"webpack-cli": "^3.3.9"
},
"scripts": {
"start": "node app.js",
"build": "webpack --progress --colors -p",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volpe28v/TaskTreemap.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/volpe28v/TaskTreemap/issues"
},
"homepage": "https://github.com/volpe28v/TaskTreemap#readme",
"engines": {
"node": "10.13.0",
"npm": "6.4.1"
}
}