-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 KB
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
{
"type": "module",
"name": "deventds",
"version": "1.0.8",
"description": "DeVent Design System, bootstrap based design system for a sense of unity.",
"homepage": "https://github.com/Team-DeVent/devent-designsystem",
"browser": "dist/main.js",
"scripts": {
"start": "node app.js",
"bundle:development": "webpack --mode=development",
"bundle:production": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-DeVent/devent-designsystem"
},
"author": "dipokalhhj",
"license": "MIT",
"bugs": {
"url": "https://github.com/Team-DeVent/devent-designsystem/issues"
},
"files": [
"dist"
],
"keywords": [
"web",
"bootstrap",
"webcomponents",
"sass",
"designsystem"
],
"dependencies": {
"body-parser": "^1.19.1",
"cookie-parser": "^1.4.6",
"express": "^4.17.2",
"express-handlebars": "^6.0.2"
},
"devDependencies": {
"css-loader": "^6.6.0",
"mini-css-extract-plugin": "^2.5.3",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.69.1"
}
}