-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.48 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
47
48
{
"name": "pfiers.net-svelte",
"version": "0.0.1",
"private": true,
"scripts": {
"create-icons-sprite": "node create-icons-sprite.js > src/lib/assets/img/icons/sprite.svg",
"dev": "npm run create-icons-sprite && vite dev",
"build": "npm run create-icons-sprite && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.15.2",
"@types/dompurify": "^2.4.0",
"@types/js-yaml": "^4.0.5",
"@types/jsdom": "^21.1.0",
"@types/marked": "^4.0.8",
"@types/sharp": "^0.31.1",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@types/lodash.merge": "^4.6.9",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-svelte3": "^4.0.0",
"js-yaml": "^4.1.0",
"marked": "^4.2.12",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"sass": "^1.58.3",
"sharp": "^0.31.3",
"svelte": "^3.55.1",
"svelte-check": "^3.1.0",
"svelte-markdown": "^0.2.3",
"svelte-preprocess": "^5.0.1",
"svelte-preprocess-import-assets": "^0.2.6",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.5",
"xml2js": "^0.5.0",
"lodash.merge": "^4.6.2"
},
"type": "module"
}