-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.52 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.52 KB
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
53
54
55
56
57
{
"name": "color-color-app",
"version": "1.2.1",
"license": "MIT",
"type": "module",
"scripts": {
"clean": "rimraf dist",
"build:app:": "vite build",
"build": "NODE_ENV=production run-s clean build:*",
"dev": "vite",
"release:sentry": "./release-on-sentry.sh",
"release": "run-s build release:*",
"serve": "vite preview",
"test": "ava"
},
"devDependencies": {
"@eslint/compat": "^2.0.1",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@types/chroma-js": "^3.1.2",
"@types/node": "^25.0.6",
"ava": "^6.4.1",
"colorjs.io": "0.6.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.14.0",
"globals": "^17.0.0",
"lefthook": "^2.0.13",
"npm-run-all": "^4.1.5",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.1",
"svelte": "^5.46.1",
"vite": "7.3.1",
"vite-plugin-html": "^3.2.2",
"workbox-build": "^7.4.0",
"workbox-window": "^7.4.0"
},
"dependencies": {
"@borderless/base64": "^1.0.1",
"@sentry/browser": "^10.32.1",
"@sentry/cli": "^3.0.3",
"@xstate/fsm": "^2.1.0",
"autoprefixer": "^10.4.23",
"bezier-easing": "^2.1.0",
"cssnano": "^7.1.2",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"debounce": "^3.0.0",
"pako": "^2.1.0",
"postcss-import": "^16.1.1",
"postcss-nesting": "^13.0.2",
"rimraf": "^6.1.2",
"tailwindcss": "^2.2.19",
"vite-plugin-pwa": "^1.2.0"
}
}