-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 917 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
{
"name": "robocon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^16.6.8",
"@vueuse/core": "^11.2.0",
"contentful": "^10.15.0",
"contentful-rich-text-vue-renderer": "^3.1.0",
"core-js": "^3.6.5",
"crypto-js": "^4.1.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dompurify": "^2.4.0",
"jose": "^4.12.0",
"markdown-it": "^14.1.0",
"marked": "^4.1.1",
"pinia": "^2.2.2",
"vue": "^3.0.0",
"vue-i18n": "9.14.0",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@contentful/rich-text-types": "^15.15.1",
"@types/node": "^22.5.4",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.9.0",
"eslint-plugin-vue": "^9.27.0",
"vite": "^5.4.1",
"vue-eslint-parser": "^9.4.3"
}
}