-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.62 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "aristotle",
"version": "1.5.7",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nass600/aristotle.git"
},
"dependencies": {
"@fragaria/address-formatter": "^5.2.0",
"@mdi/font": "7.0.96",
"core-js": "^3.29.0",
"dayjs": "^1.11.7",
"oh-vue-icons": "^1.0.0-rc3",
"pinia": "^2.0.0",
"pinia-plugin-persistedstate": "^3.1.0",
"pluralize": "^8.0.0",
"roboto-fontface": "*",
"vue": "^3.2.0",
"vue-router": "^4.0.0",
"vuedraggable": "^4.1.0",
"vuetify": "^3.0.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.15.0",
"@types/pluralize": "^0.0.29",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/eslint-config-typescript": "^11.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.37.0",
"eslint-plugin-vue": "^9.3.0",
"husky": "^8.0.3",
"sass": "^1.60.0",
"semantic-release": "^21.0.2",
"typescript": "^4.9.5",
"vite": "^4.3.4",
"vite-plugin-vuetify": "^1.0.0",
"vue-tsc": "^1.0.24"
},
"engines": {
"npm": ">=8.19.2",
"node": ">=18.12.1"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}