-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.36 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": "aemp-www",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "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 .",
"typesafe-i18n": "typesafe-i18n"
},
"engines": {
"node": ">=16.9"
},
"devDependencies": {
"@portabletext/svelte": "1.0.1",
"@sveltejs/adapter-netlify": "^2.0.7",
"@sveltejs/kit": "^1.16.2",
"@tsconfig/svelte": "^3.0.0",
"@types/ramda": "0.28.15",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.4.1",
"prettier-plugin-groq": "0.2.5",
"prettier-plugin-svelte": "^2.4.0",
"svelte": "3.59.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.3.1",
"typesafe-i18n": "5.14.0",
"typescript": "^4.7.4",
"vite": "^4.3.5"
},
"dependencies": {
"@nonphoto/css": "1.0.2",
"@portabletext/types": "1.0.3",
"@sanity/image-url": "1.0.1",
"bootstrap-icons": "1.9.1",
"groq": "^2.15.0",
"picosanity": "^4.0.0",
"ramda": "0.28.0"
}
}