-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
46 lines (46 loc) · 1.49 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
{
"type": "module",
"name": "adorable-css-docs",
"version": "1.3.1",
"homepage": "https://developer-1px.github.io/adorable-css",
"scripts": {
"dev": "vite dev",
"build": "rm -rf build && NODE_ENV=production vite build && touch ./build/.nojekyll",
"deploy": "npm run build && gh-pages -d build -t true",
"rebuild": "git commit --allow-empty -m \"Trigger rebuild\"",
"package": "vite package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --ignore-path .gitignore ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "^8.56.10",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.40.0",
"globals": "^15.6.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"svelte": "^4.2.18",
"svelte-check": "^3.8.1",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"typescript-eslint": "^8.0.0-alpha.20",
"vite": "^5.3.1",
"@types/clean-css": "^4.2.11",
"@types/glob": "^8.1.0",
"cac": "^6.7.14",
"clean-css": "^5.3.3",
"gh-pages": "^6.1.1",
"glob-to-regexp": "^0.4.1",
"mdsvex": "^0.11.2",
"micromatch": "^4.0.7",
"monaco-editor": "^0.50.0",
"chokidar": "^3.6.0",
"glob": "^10.4.2" }
}