-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 769 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 769 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
{
"name": "halations",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.6.7",
"mini-css-extract-plugin": "^2.10.2",
"prettier": "^3.8.3",
"style-loader": "^4.0.0",
"webpack": "^5.107.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.4"
},
"dependencies": {
"@silvia-odwyer/photon": "^0.3.2",
"beercss": "^3.5.1",
"vanjs-core": "^1.5.0"
},
"overrides": {
"uuid": "^11.1.1"
}
}