-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
78 lines (78 loc) · 2.09 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "huetone",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"test": "vitest",
"start": "vite",
"preview": "vite preview",
"build": "tsc && vite build"
},
"dependencies": {
"@nanostores/persistent": "^0.5.1",
"@nanostores/react": "^0.1.5",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"apca-w3": "^0.1.1",
"chroma-js": "^2.1.2",
"comlink": "^4.3.1",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"nanostores": "^0.5.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.5",
"use-local-storage-state": "^10.0.0",
"web-vitals": "^0.2.4",
"workbox-background-sync": "^5.1.3",
"workbox-broadcast-update": "^5.1.3",
"workbox-cacheable-response": "^5.1.3",
"workbox-core": "^5.1.3",
"workbox-expiration": "^5.1.3",
"workbox-google-analytics": "^5.1.3",
"workbox-navigation-preload": "^5.1.3",
"workbox-precaching": "^5.1.3",
"workbox-range-requests": "^5.1.3",
"workbox-routing": "^5.1.3",
"workbox-strategies": "^5.1.3",
"workbox-streams": "^5.1.3"
},
"devDependencies": {
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/chroma-js": "^2.1.3",
"@types/lodash": "^4.14.171",
"@types/lz-string": "^1.3.34",
"@types/node": "^12.0.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.0.0",
"sass": "^1.54.4",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": "^4.6.4",
"vite": "^3.0.4",
"vite-tsconfig-paths": "^3.5.0",
"vitest": "^0.22.1"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}