-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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": "website-v1",
"version": "1.4.1",
"description": "Bootstrap 3 components implemented by Vue 2.",
"author": "wxsm",
"repository": {
"type": "git",
"url": "git+https://github.com/uiv-lib/uiv.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/uiv-lib/uiv/issues"
},
"homepage": "https://uiv-v1.wxsm.space",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lint": "eslint --ext .js,.vue src build docs/.vuepress",
"lint:fix": "pnpm lint -- --fix"
},
"devDependencies": {
"bootstrap": "3.4.1",
"uiv": "1.4.1",
"cross-env": "7.0.3",
"es6-object-assign": "1.1.0",
"eslint": "8.2.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-html": "6.2.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "5.1.1",
"eslint-plugin-vue": "8.0.3",
"lodash": "4.17.21",
"prettier": "2.4.1",
"@vuepress/plugin-active-header-links": "1.8.2",
"@vuepress/plugin-google-analytics": "1.8.2",
"less": "4.1.2",
"less-loader": "7.3.0",
"vuepress": "1.8.2",
"vuepress-plugin-redirect": "1.2.5",
"vuepress-plugin-sitemap": "2.3.1",
"axios": "0.24.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}