-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
52 lines (52 loc) · 1.67 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
49
50
51
52
{
"name": "hifumin",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"start": "node ./build"
},
"dependencies": {
"@builder.io/partytown": "^0.7.1",
"@saltyaom/gql": "1.3.2",
"@saltyaom/gql-inmemory-cache": "1.3.0",
"@saltyaom/gql-local-cache": "1.3.0",
"dayjs": "^1.11.6",
"js-cookie": "^3.0.1"
},
"devDependencies": {
"@sveltejs/adapter-node": "1.0.0-next.99",
"@sveltejs/kit": "1.0.0-next.524",
"@types/js-cookie": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^3.4.1",
"postcss-load-config": "^3.1.4",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.54.0",
"svelte": "^3.52.0",
"svelte-check": "^2.8.0",
"svelte-feather-icons": "^3.6.0",
"svelte-preprocess": "^4.10.7",
"svelte-progresscircle": "^0.3.0",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vite-plugin-windicss": "^1.8.7",
"windicss": "^3.5.6",
"workbox-cacheable-response": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-window": "^6.5.4"
}
}