-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.57 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
{
"name": "fav",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint ./src/**/*.ts ./src/**/*.vue",
"test:unit": "jest"
},
"dependencies": {
"@vueuse/head": "^0.7.4",
"browser-image-compression": "^1.0.17",
"imagetracerjs": "^1.2.6",
"jszip": "^3.6.0",
"nprogress": "^0.2.0",
"radix-vue": "^1.4.6",
"svgo": "^2.8.0",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@jest/types": "^27.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/jest": "^27.0.3",
"@types/node": "^14.14.37",
"@types/nprogress": "^0.2.0",
"@types/svgo": "^2.6.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@vitejs/plugin-vue": "^2.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.0.0-rc.17",
"@vue/vue3-jest": "^27.0.0-alpha.4",
"autoprefixer": "^10.4.17",
"eslint": "^8.4.1",
"eslint-config-google": "^0.14.0",
"eslint-plugin-vue": "^8.2.0",
"jest": "^27.4.5",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.3",
"vite": "^2.7.2",
"vite-plugin-pwa": "^0.11.11",
"vite-svg-loader": "^3.1.1",
"vue": "^3.4.19",
"vue-tsc": "^1.8.27",
"vue3-jest": "^27.0.0-alpha.1"
},
"author": {
"name": "Cristopher Namchee",
"email": "cristophernamchee12@gmail.com"
},
"license": "MIT"
}