-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.29 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
68
69
70
71
72
73
74
75
76
77
{
"name": "i-website",
"version": "1.0.0",
"private": false,
"author": "songshuzhong",
"description": "IRenderer渲染器经典示例集合",
"scripts": {
"build": "vue-cli-service build --mode=gp --report",
"lint": "vue-cli-service lint",
"dev": "vue-cli-service serve --mode=dev"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"engines": {
"node": ">=12.0.0"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/songshuzhong/i-website.git"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-pwa": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/compiler-sfc": "^3.2.29",
"axios": "^0.18.0",
"babel-eslint": "^10.1.0",
"cross-env": "^5.2.1",
"css-loader": "^3.5.3",
"echarts": "^5.4.1",
"element-plus": "latest",
"eslint": "^7.14.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^7.20.0",
"i-renderer": "latest",
"less": "^4.1.2",
"lint-staged": "^8.2.1",
"lodash": "^4.17.21",
"monaco-editor": "^0.30.1",
"monaco-editor-webpack-plugin": "^6.0.0",
"node-sass": "^4.14.1",
"prettier": "^1.17.1",
"prism-theme-vars": "^0.2.2",
"postcss": "^8.2.9",
"postcss-loader": "^5.2.0",
"postcss-pxtorem": "^5.1.1",
"register-service-worker": "^1.7.1",
"requestidlecallback": "^0.3.0",
"sass-loader": "^9.0.0",
"style-loader": "^2.0.0",
"stylelint": "9.5.x",
"stylelint-config-css-modules": "1.3.x",
"stylelint-config-prettier": "4.0.x",
"stylelint-config-recess-order": "2.0.x",
"stylelint-config-standard": "18.2.x",
"stylelint-scss": "3.3.x",
"video.js": "^8.0.4",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"webpack-cli": "^4.9.1",
"workbox-webpack-plugin": "^6.5.4"
}
}