-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.68 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.68 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
47
48
49
50
51
52
53
54
55
56
57
{
"devDependencies": {
"@babel/preset-env": "^7.26.9",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"compression-webpack-plugin": "^12.0.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^8.0.0",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-jsdoc": "^51.3.2",
"eslint-plugin-prettier": "^5.5.0",
"favicons": "^7.2.0",
"globals": "^16.2.0",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.3",
"postcss-loader": "^8.1.1",
"sass": "^1.69.0",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"stylelint": "^16.23.1",
"stylelint-config-recess-order": "^7.1.0",
"stylelint-config-standard": "^39.0.0",
"stylelint-config-standard-scss": "^15.0.1",
"stylelint-order": "^7.0.0",
"stylelint-scss": "^6.12.1",
"terser-webpack-plugin": "^5.3.14",
"webpack-cli": "^6.0.1",
"webpackbar": "^7.0.0"
},
"scripts": {
"format": "npx eslint --fix . && npx prettier --write \"**/*.html\" && npx prettier --write \"**/*.scss\" && stylelint \"**/*.scss\" --fix",
"server": "http-server ./dist --brotli -p 8271"
},
"dependencies": {
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/lint": "^6.8.5",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.7",
"ccapture.js": "^1.1.0",
"codemirror": "^6.0.2",
"is-odd": "^3.0.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"nanobar": "^0.4.2",
"nouislider": "^15.8.1",
"poly2tri": "^1.5.0",
"polygon-clipping": "^0.15.7",
"three": "^0.176.0",
"webm-writer": "^1.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}