-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.37 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
{
"name": "personal-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:Pager": "vue serve ./src/components/Pager/test.vue",
"test:Icon": "vue serve ./src/components/Icon/test.vue",
"test:Avatar": "vue serve ./src/components/Avatar/test.vue",
"test:Empty": "vue serve ./src/components/Empty/test.vue",
"test:ImageLoader": "vue serve ./src/components/ImageLoader/test.vue",
"test:Menu": "vue serve ./src/components/Menu/test.vue",
"test:Concat": "vue serve ./src/components/Concat/test.vue",
"test:SiteAside": "vue serve ./src/components/SiteAside/test.vue",
"test:Layout": "vue serve ./src/components/Layout/test.vue",
"test:Loading": "vue serve ./src/components/Loading/test.vue",
"test:RightList": "vue serve ./src/views/Blog/components/RightList/test.vue"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.6.5",
"highlight.js": "^11.2.0",
"mockjs": "^1.1.0",
"querystring": "^0.2.1",
"sass-loader": "^12.2.0",
"vue": "^2.6.11",
"vue-router": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}