-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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": "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": {
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@vitejs/plugin-legacy": "^5.3.2",
"ava": "^6.1.2",
"eslint": "^8.19.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.38.0",
"lefthook": "^1.6.10",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.15",
"vite": "5.2.10",
"vite-plugin-html": "^3.2.2",
"workbox-build": "^7.1.0",
"workbox-window": "^7.1.0"
},
"dependencies": {
"@borderless/base64": "^1.0.1",
"@sentry/browser": "^7.112.2",
"@sentry/cli": "^2.31.0",
"@xstate/fsm": "^2.1.0",
"autoprefixer": "^10.4.19",
"bezier-easing": "^2.1.0",
"colorjs.io": "github:color-js/color.js#4a962dd",
"cssnano": "^7.0.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"debounce": "^2.0.0",
"pako": "^2.1.0",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.2",
"rimraf": "^5.0.5",
"tailwindcss": "^2.2.19",
"vite-plugin-pwa": "^0.19.8"
}
}