-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "colors",
"version": "0.0.0",
"type": "module",
"license": "MIT",
"homepage": "https://pgalhardo.github.io/colors/",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"format": "prettier . --check",
"format:fix": "prettier . --write",
"lint": "eslint --max-warnings 0 --ext .ts,.vue .",
"lint:fix": "eslint src --ext .ts,.vue --fix"
},
"dependencies": {
"@material/material-color-utilities": "^0.3.0",
"@mdi/font": "7.0.96",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^4.0.2",
"sass": "^1.79.4",
"vue": "^3.5.10",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
"vuetify": "^3.7.2"
},
"devDependencies": {
"@babel/types": "^7.25.6",
"@types/node": "^18.19.54",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.28.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.1.6"
}
}