-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "stock-icon",
"version": "0.0.11",
"description": "icons used in nuxt-tailvue",
"main": "dist/stock-icon.umd.js",
"types": "types/index.d.ts",
"files": [
"dist/stock-icon.umd.min.js",
"dist/stock-icon.css",
"types/"
],
"scripts": {
"prepublishOnly": "npm run build",
"test": "jest",
"build": "vue-cli-service build --target lib --name stock-icon src/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/xinpianchang/stock-icon"
},
"keywords": [
"vue",
"icon"
],
"author": "xinpianchang_fe",
"license": "MIT",
"bugs": {
"url": "https://github.com/xinpianchang/stock-icon"
},
"homepage": "https://github.com/xinpianchang/stock-icon",
"devDependencies": {
"@akryum/vue-cli-plugin-ssr": "~0.6.0",
"@babel/preset-env": "^7.11.0",
"@nuxtjs/eslint-config": "^3.1.0",
"@vue/babel-preset-app": "^4.5.4",
"@vue/cli-service": "^4.5.4",
"@vue/test-utils": "^1.0.5",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"eslint": "^7.7.0",
"eslint-plugin-vue": "^6.2.2",
"jest": "^26.4.2",
"vue": "^2.6.12",
"vue-jest": "^3.0.6",
"vue-template-compiler": "^2.6.12"
}
}