-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "@platzio/frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run type-check && vite build",
"preview": "vite preview",
"lint": "eslint src/",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@platzio/design": "github:platzio/design",
"@platzio/sdk": "^0.6.0-beta.3",
"@vueuse/head": "^2.0.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"http-status-codes": "^2.3.0",
"js-yaml": "^4.1.0",
"json-logic-js": "^2.0.5",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"moment": "^2.30.1",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue3-markdown-it": "^1.0.10"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/bootstrap": "^5.2.10",
"@types/js-yaml": "^4.0.9",
"@types/json-logic-js": "^2.0.7",
"@types/lodash": "^4.17.12",
"@types/md5": "^2.3.5",
"@types/node": "^22.8.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.29.1",
"prettier": "3.3.3",
"sass-embedded": "^1.80.4",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vue-tsc": "^2.1.6"
}
}