-
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.7 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.7 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": "wtcdm",
"version": "0.0.1",
"description": "WTCDm",
"main": "index.js",
"scripts": {
"release": "python3 css-compatibility.py css/index.css src/index.css && gulp css && rm -f src/index.css && gulp html && mv dist/index.html ./index.html && webpack --mode=production --progress",
"debug": "python3 css-compatibility.py css/index.css src/index.css && cp src/index.css dist/index.css && rm -f src/index.css && cp src/index.html ./index.html && webpack --mode=development --progress",
"html": "python3 css-compatibility.py css/index.css src/index.css && cp src/index.css dist/index.css && rm -f src/index.css && cp src/index.html ./index.html",
"clean": "rm -f index.html dist/* src/*.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KaguraMiyabi/wtcdm.git"
},
"keywords": [],
"author": "KagurazakaMiyabi & KagurazakaYashi",
"license": "",
"bugs": {
"url": "https://github.com/KaguraMiyabi/wtcdm/issues"
},
"homepage": "https://github.com/KaguraMiyabi/wtcdm",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.25.0",
"eslint-config-google": "^0.14.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-typescript": "^0.14.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"typescript-eslint-parser": "^22.0.0",
"webpack": "^5.35.1",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-uglify": "^3.0.2",
"material-design-icons": "^3.0.1",
"purecss": "^2.0.5",
"ts-loader": "^9.1.1"
}
}