-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.02 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "insight-pack",
"version": "3.0.0",
"description": "vue 2 util common components ins",
"author": "qwfy <qwfy5287@qq.com>",
"homepage": "https://github.com/qwfy5287/insight-pack",
"repository": {
"type": "git",
"url": "https://github.com/qwfy5287/insight-pack"
},
"private": false,
"main": "lib/insight-pack.common.js",
"files": [
"lib",
"src",
"packages"
],
"style": "lib/insight-pack.css",
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lib": "vue-cli-service build --target lib --name insight-pack --dest lib packages/index.js",
"lint": "vue-cli-service lint",
"storybook:build": "vue-cli-service storybook:build -c config/storybook",
"storybook:serve": "vue-cli-service storybook:serve -s ./public -p 6006 -c config/storybook"
},
"dependencies": {},
"devDependencies": {
"lottie-web": "^5.7.8",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-links": "^6.0.26",
"@storybook/vue": "^6.0.26",
"@tailwindcss/postcss7-compat": "^2.0.2",
"@vue/cli-plugin-babel": "~4.5.12",
"@vue/cli-plugin-eslint": "~4.5.12",
"@vue/cli-plugin-router": "~4.5.12",
"@vue/cli-plugin-vuex": "~4.5.12",
"@vue/cli-service": "~4.5.12",
"@vue/composition-api": "^1.0.0-rc.5",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "^9",
"babel-eslint": "^10.1.0",
"core-js": "^3.6.5",
"element-ui": "^2.15.1",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"fast-copy": "^2.1.1",
"lodash": "^4.17.21",
"postcss": "^7",
"prettier": "^2.2.1",
"regenerator-runtime": "^0.13.7",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"vue": "^2.6.11",
"vue-cli-plugin-storybook": "^2.0.0",
"vue-cli-plugin-tailwind": "^2.0.6",
"vue-router": "^3.2.0",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.4.0"
}
}