forked from ctibo/mementomori
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "mori",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"prepare": "svelte-kit sync",
"package": "svelte-kit package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint ."
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@sveltejs/adapter-netlify": "^1.0.0",
"@sveltejs/kit": "^1.0.0",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@types/lodash": "^4.14.184",
"@types/lodash-es": "^4.17.6",
"@types/matter-js": "^0.18.2",
"@types/sharp": "^0.31.1",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"eslint-plugin-svelte3": "^4.0.0",
"lodash-es": "^4.17.21",
"matter-js": "^0.19.0",
"sass": "^1.54.4",
"svelte": "^3.53.1",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^4.0.0"
}
}