-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.05 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
{
"name": "components-demo-svelte4",
"author": "TwicPics <[email protected]> (https://www.twicpics.com)",
"description": "Demonstration of TwicPics components in a Svelte4 project.",
"license": "MIT",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"preview": "vite preview",
"serve": "vite"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@twicpics/components": "0.31.2",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.40.0",
"prettier": "3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"sass": "1.83.4",
"svelte": "^4.2.18",
"svelte-preprocess": "6.0.1",
"vite": "6.0.9"
},
"dependencies": {
"page": "1.11.6"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}