-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 952 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": "misti-web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build -m"
},
"dependencies": {
"dompurify": "^2.0.11",
"kscript": "0.0.43",
"marked": "^1.1.0",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"vue": "^3.0.2",
"vue-meta": "^2.4.0",
"vue-router": "^4.0.0-alpha.6",
"vuex": "^4.0.0-alpha.1"
},
"devDependencies": {
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/compiler-sfc": "^3.0.2",
"bs-platform": "^7.3.2",
"coffee-loader": "^1.0.0",
"coffeescript": "^2.5.1",
"normalize.css": "^8.0.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vue-next": "~0.1.3",
"webpack": "^4.44.1",
"yaml-loader": "^0.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}