generated from mrsimonemms/new
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.56 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
{
"name": "telfordtech.dev",
"version": "0.0.0",
"description": "Telford Tech Meetup",
"author": "Telford Tech organisers <telfordtech.dev>",
"private": true,
"license": "Apache-2.0",
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"copy:fonts": "cp -rf node_modules/@mdi/font/fonts ./static",
"dev": "vite dev",
"format": "prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-organize-imports --write .",
"lint": "prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-organize-imports --check . && eslint .",
"prebuild": "npm run copy:fonts",
"predev": "npm run copy:fonts",
"preview": "vite preview",
"test": "npm run test:unit",
"test:unit": "vitest"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"bulma": "^1.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.39.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-svelte": "^3.2.3",
"sass": "^1.80.3",
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"type": "module"
}