-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 839 Bytes
/
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
{
"name": "simple-project-manager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --config webpack.config.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hardikshakya/simple-project-manager.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hardikshakya/simple-project-manager/issues"
},
"homepage": "https://github.com/hardikshakya/simple-project-manager#readme",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"lite-server": "^2.5.4",
"ts-loader": "^6.2.1",
"typescript": "^3.7.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}