-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 854 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
29
30
31
{
"name": "cz",
"version": "2.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-netlify": "1.0.0-next.84",
"@sveltejs/kit": "1.0.0-next.535",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.18",
"postcss-load-config": "^4.0.1",
"prettier": "~2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"svelte": "^3.52.0",
"svelte-preprocess": "^4.10.7",
"svelte-seo": "^1.4.1",
"tailwindcss": "^3.2.2",
"vite": "^3.2.3"
},
"type": "module"
}