-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 KB
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
{
"name": "tech-book",
"description": "Front-end for Technology Book",
"author": "Nikola Pavicevic <nijepa@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/nijepa/techbook-frontend"
},
"version": "0.1.85",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vue/composition-api": "^1.0.5",
"@vueup/vue-quill": "^1.0.0-beta.7",
"axios": "^0.24.0",
"dayjs": "^1.10.6",
"unplugin-vue-components": "^0.17.14",
"vee-validate": "^4.4.9",
"vue": "^3.2.16",
"vue-composable": "^1.0.0-beta.23",
"vue-router": "^4.0.12",
"vue3-highlightjs": "^1.0.5",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.2.29",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"vue-cli-plugin-svg": "^0.2.1",
"core-js": "^3.6.5"
}
}