-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "web-cytus2",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --config script/dev.config.js",
"clean": "rimraf ./build",
"build": "npm run clean && webpack --config ./script/prod.config.js --progress",
"lint": "eslint --ext .ts,.js .",
"fix-lint": "eslint --ext .ts,.js . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sgly/web-cytus2.git"
},
"author": "SgLy",
"license": "MIT",
"bugs": {
"url": "https://github.com/sgly/web-cytus2/issues"
},
"homepage": "https://github.com/sgly/web-cytus2#readme",
"devDependencies": {
"clean-webpack-plugin": "*",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"file-loader": "^6.2.0",
"howler": "^2.2.3",
"html-webpack-plugin": "^5.3.2",
"konva": "^8.1.1",
"prettier": "^2.3.2",
"raw-loader": "^4.0.2",
"style-loader": "^3.2.1",
"url-loader": "^4.1.1",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
}
}