-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) Β· 1.25 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
{
"devDependencies": {
"@vue/babel-preset-jsx": "^1.0.0",
"@vuepress/plugin-back-to-top": "^1.9.5",
"@vuepress/plugin-nprogress": "^1.9.5",
"node-sass": "^7.0.1",
"sass-loader": "^12.4.0",
"ts-loader": "^6.0.0",
"typescript": "^4.5.4",
"vue": "^2.6.11",
"vue-router": "^3.5.3",
"vuepress": "^1.9.5",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-dynamic-title": "^1.0.0",
"vuepress-plugin-medium-zoom": "^1.1.9",
"vuepress-plugin-social-share": "^1.1.0",
"vuepress-plugin-typescript": "^0.3.1",
"vuepress-types": "^0.9.4",
"vuex": "^3.6.2"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"async-validator": "1.11.5",
"element-ui": "^2.15.6",
"vue-property-decorator": "^9.1.2",
"vuepress-plugin-last-reading": "^1.0.0",
"vuepress-plugin-reading-progress": "^1.0.10",
"vuex-module-decorators": "^2.0.0"
},
"name": "learn-web",
"version": "1.0.0",
"repository": "[email protected]:webVueBlog/learn-web.git",
"author": "webVueBlog <[email protected]>",
"license": "MIT"
}