-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.82 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
{
"name": "rosita-front",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"serve": "vite preview"
},
"dependencies": {
"@vueuse/core": "^6.3.2",
"vue": "^3.2.11",
"vue-router": "^4.0.11",
"vuex": "^4.0.2"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@iconify/json": "^1.1.399",
"@types/body-scroll-lock": "^3.1.0",
"@types/chart.js": "^2.9.34",
"@types/hashids": "^2.0.1",
"@types/lozad": "^1.16.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"@vitejs/plugin-legacy": "^1.5.3",
"@vitejs/plugin-vue": "^1.6.2",
"@vue/compiler-sfc": "^3.2.11",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/server-renderer": "^3.2.11",
"@vueuse/head": "^0.6.0",
"body-scroll-lock": "^3.1.5",
"chart.js": "^3.5.1",
"esbuild": "^0.12.26",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.17.0",
"fp-ts": "^2.11.1",
"hashids": "^2.2.8",
"lozad": "^1.16.0",
"sass": "^1.39.0",
"sitemap-generator": "^8.5.1",
"svg-sprite-loader": "^6.0.9",
"typescript": "^4.4.2",
"vite": "^2.5.6",
"vite-plugin-components": "^0.13.3",
"vite-plugin-compression": "^0.3.5",
"vite-plugin-html": "^2.1.0",
"vite-plugin-icons": "^0.6.5",
"vite-plugin-windicss": "^1.4.2",
"vite-ssg": "^0.15.1",
"vue-tsc": "^0.3.0",
"windicss": "^3.1.7"
}
}