forked from Tencent/tdesign-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.45 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
{
"name": "tdesign-icons-view",
"version": "0.2.6",
"description": "A web-component package for display all icons in any UI framework",
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tdesign-icons.git",
"directory": "packages/view"
},
"homepage": "https://github.com/Tencent/tdesign-icons/blob/develop/README.md",
"bugs": {
"url": "https://github.com/Tencent/tdesign-icons/issues"
},
"main": "dist/td-icons-view.js",
"files": [
"dist/td-icons-view.js"
],
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build --target wc --inline-vue --name td-icons-view src/IconView.vue",
"build:watch": "vue-cli-service build --target wc --inline-vue --name td-icons-view src/IconView.vue --watch",
"lint": "vue-cli-service lint"
},
"keywords": [
"icons",
"web component"
],
"author": "uyarn",
"license": "MIT",
"dependencies": {
"core-js": "^3.8.3",
"lodash": "^4.17.21",
"tdesign-icons-vue": "0.2.2",
"tdesign-vue": "1.4.6-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": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"raw-loader": "^4.0.2",
"vue-loader": "^17.0.0",
"vue-template-compiler": "2.7.14"
}
}