-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.16 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
{
"name": "schemist",
"description": "Build cohesive and accessible color schemes.",
"author": "Félix Girault <[email protected]>",
"license": "MIT",
"version": "0.1.0",
"type": "module",
"scripts": {
"start": "vite dev",
"build": "vite build",
"preview": "vite preview",
"package": "svelte-kit package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. .",
"test": "vitest run",
"test:watch": "vitest watch"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0",
"@sveltejs/kit": "^1.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/apca-w3": "^0.1.0",
"apca-w3": "^0.1.9",
"color-name-list": "^9.33.0",
"culori": "^2.0.3",
"nearest-color": "^0.4.4",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.0",
"svelte-accessible-dialog": "^2.1.3",
"svelte-check": "^2.10.3",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.2",
"vitest": "^0.26.1"
}
}