-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.64 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
65
66
67
{
"name": "vue-nonet",
"version": "0.2.1",
"description": "提供一种解决方案,解决大数据量情况的数据渲染性能问题,是基于多维度多层级的九宫格算法。",
"main": "index.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuchunhui/vue-nonet.git"
},
"author": "fuchunhui",
"license": "ISC",
"bugs": {
"url": "https://github.com/fuchunhui/vue-nonet/issues"
},
"homepage": "https://github.com/fuchunhui/vue-nonet#readme",
"dependencies": {
"lodash": "^4.17.15",
"veui": "^1.0.0-alpha.36",
"veui-theme-one": "^1.0.0-alpha.36",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"babel-eslint": "^10.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-veui": "^1.0.0-alpha.36",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"less": "^3.11.1",
"less-loader": "^4.1.0",
"perfect-scrollbar": "^1.5.0",
"veui-loader": "^1.0.0-alpha.36",
"vue-template-compiler": "^2.6.11",
"webpack-dev-server": "^3.11.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}