-
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.26 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "chtosar.github.io",
"version": "1.0.1",
"main": "dist/index.html",
"type": "module",
"scripts": {
"server": "python3 -m http.server -d dist",
"test": "jest",
"lint": "eslint . --ignore-pattern dist/",
"build:debug": "webpack --mode development --devtool source-map",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChTosar/chtosar.github.io.git"
},
"author": "chtosar",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChTosar/chtosar.github.io/issues"
},
"homepage": "https://github.com/ChTosar/chtosar.github.io#readme",
"description": "",
"devDependencies": {
"@babel/preset-env": "^7.27.2",
"@eslint/css": "^0.9.0",
"@eslint/json": "^0.12.0",
"babel-loader": "^10.0.0",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"eslint": "^9.29.0",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.2",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"to-string-loader": "^1.2.0",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0"
},
"dependencies": {
"classic-equalizer": "^0.1.4",
"music-metadata": "^11.1.1"
}
}