-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 846 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
{
"name": "chromium-update-notifier",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format:eslint": "eslint --ext .js,.vue public/ src/ --fix",
"format:prettier": "prettier --write --log-level warn 'src/**/*.js' 'src/**/*.vue' 'public/**/*.js'",
"format": "npm run format:prettier && npm run format:eslint"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
"@vitejs/plugin-vue": "^4.5.2",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"postcss": "^8.4.33",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"vite": "^5.0.13",
"vue": "^3.3.11"
}
}