forked from lybenson/bilibili-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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": "bilibili-vue",
"version": "1.0.0",
"description": "A Vue.js project",
"author": "lybenson <[email protected]>",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint --fix --ext .vue,.ts,.tsx,.js,.jsx src"
},
"dependencies": {
"axios": "^0.22.0",
"lodash": "^4.17.21",
"vue": "^3.2.19",
"vue-lazyload": "^1.3.3",
"vue3-lazyload": "^0.2.2-beta",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-syntax-jsx": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/runtime": "^7.15.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.19",
"autoprefixer": "^10.3.7",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.19.1",
"stylus": "^0.55.0",
"typescript": "^4.4.3",
"vite": "^2.6.4",
"vite-plugin-style-import": "^1.2.1"
},
"engines": {
"node": ">= 14.0.0",
"npm": ">= 6.0.0"
}
}