-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 866 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 866 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
{
"name": "project_manager",
"version": "1.0.0",
"description": "Project Management Application",
"private": "true",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sixtusagbo/project_manger.git"
},
"keywords": [
"typescript",
"javascript",
"project manager",
"kanban"
],
"author": "Sixtus Agbo",
"license": "MIT",
"bugs": {
"url": "https://github.com/sixtusagbo/project_manger/issues"
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"lite-server": "^2.6.1",
"ts-loader": "^9.4.3",
"typescript": "^5.0.4",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
}
}