-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 939 Bytes
/
package.json
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
{
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --config ./webpack.config.dev.js --open --port 8080",
"build": "node ./node_modules/webpack/bin/webpack.js --config ./webpack.config.dev.js --mode development"
},
"devDependencies": {
"@codemirror/lang-json": "^6.0.0",
"@codemirror/lint": "^6.0.0",
"ajv-cli": "^5.0.0",
"bootstrap": "^5.2.0",
"codemirror": "^6.0.1",
"css-loader": "^6.11.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"sass": "^1.72.0",
"sass-loader": "^14.1.1",
"standard": "^17.0.0",
"style-loader": "^3.3.4",
"tap": "^16.3.10",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^5.0.3"
},
"dependencies": {
"@hyperjump/json-schema": "^1.8.0",
"ajv": "^8.12.0",
"jsonschema": "^1.4.1",
"lodash": "^4.17.21",
"url": "^0.11.3"
}
}