-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1023 Bytes
/
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
{
"name": "coucou",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"main": "package/index.js",
"dependencies": {
"core-js": "^3.6.5",
"vue": "^3.0.0-rc.5",
"vue-router": "^4.0.0-alpha.6",
"vue-template-compiler": "^2.6.11",
"vuex": "^4.0.0-alpha.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.3",
"@vue/cli-plugin-router": "~4.5.3",
"@vue/cli-plugin-vuex": "~4.5.3",
"@vue/cli-service": "~4.5.3",
"@vue/compiler-sfc": "^3.0.0-rc.5",
"cheerio": "^1.0.0-rc.3",
"highlight": "^0.2.4",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"markdown-it": "^11.0.0",
"markdown-it-anchor": "^5.3.0",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^3.0.0",
"transliteration": "^2.1.11",
"vue-cli-plugin-vue-next": "~0.1.3",
"vue-markdown-loader": "^2.4.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}