-
Notifications
You must be signed in to change notification settings - Fork 312
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.65 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.65 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
58
59
{
"name": "@tdesign/theme-generator",
"version": "1.2.1",
"license": "MIT",
"description": "TDesign主题配置生成器挂件",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build --target wc --inline-vue --name td-theme-generator src/Generator.vue",
"build:watch": "vue-cli-service build --target wc --inline-vue --name td-theme-generator src/Generator.vue --watch",
"lint": "vue-cli-service lint",
"lint:fix": "vue-cli-service lint --fix"
},
"main": "dist/td-theme-generator.js",
"files": [
"dist/td-theme-generator.js"
],
"keywords": [
"tdesign",
"theme",
"generator"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tencent/tdesign.git"
},
"homepage": "https://github.com/Tencent/tdesign/blob/main/packages/theme-generator/README.md",
"dependencies": {
"core-js": "^3.8.3",
"cssbeautify": "^0.3.1",
"lodash": "^4.17.21",
"tdesign-icons-vue": "^0.0.8",
"tdesign-vue": "1.13.1-naruto",
"tvision-color": "^1.6.0",
"vue": "2.7.14"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint-plugin-vue": "^8.0.3",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"raw-loader": "^4.0.2",
"vue-loader": "^17.0.0",
"vue-svg-loader": "^0.17.0-beta.2",
"vue-template-compiler": "2.7.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}