-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.91 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
44
45
46
47
48
49
50
51
{
"name": "pd6-mgr-login",
"version": "1.0.0",
"description": "北京地鐵機電分公司第六專案部管理系統專案-網頁管理平臺-登入頁面",
"main": "index.js",
"scripts": {
"release": "python3 src/yq/yqcss.py css/index.css src/index.css && gulp css html && rm -f src/index.css && mv dist/index.html ./index.html && webpack --mode=production --progress",
"debug": "python3 src/yq/yqcss.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 src/yq/yqcss.py css/index.css src/index.css && python3 src/yq/yqcss.py templates dist && 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/2201071/pd6-mgr-login.git"
},
"keywords": [
"管理系統",
"管理平臺",
"登入"
],
"author": "第六專案部管理系統制作委員會",
"bugs": {
"url": "https://github.com/2201071/pd6-mgr-login/issues"
},
"homepage": "https://github.com/2201071/pd6-mgr-login#readme",
"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": {
"@types/echarts": "^4.9.7",
"echarts": "^5.1.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-uglify": "^3.0.2",
"mdui": "^1.0.2",
"purecss": "^2.0.6",
"ts-loader": "^9.1.1"
}
}