Lint
This commit is contained in:
parent
1c8c8a5c3f
commit
892fbe3fb3
62
package.json
62
package.json
|
@ -1,33 +1,33 @@
|
|||
{
|
||||
"name": "vite-theme",
|
||||
"version": "1.0.0",
|
||||
"description": "Vite Theme",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"production": "vite build"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.0",
|
||||
"postcss": "^8.4.4",
|
||||
"postcss-import": "^14.0.2",
|
||||
"tailwindcss": "latest",
|
||||
"vite": "^2.7.1",
|
||||
"vite-plugin-live-reload": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.0",
|
||||
"alpinejs": "^3.13.5",
|
||||
"dayjs": "^1.11.10",
|
||||
"dotenv": "^10.0.0",
|
||||
"flowbite": "^2.2.1",
|
||||
"flowbite-datepicker": "^1.2.6"
|
||||
}
|
||||
"name": "vite-theme",
|
||||
"version": "1.0.0",
|
||||
"description": "Vite Theme",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"production": "vite build"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.0",
|
||||
"postcss": "^8.4.4",
|
||||
"postcss-import": "^14.0.2",
|
||||
"tailwindcss": "latest",
|
||||
"vite": "^2.7.1",
|
||||
"vite-plugin-live-reload": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.0",
|
||||
"alpinejs": "^3.13.5",
|
||||
"dayjs": "^1.11.10",
|
||||
"dotenv": "^10.0.0",
|
||||
"flowbite": "^2.2.1",
|
||||
"flowbite-datepicker": "^1.2.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue