-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 983 Bytes
/
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
{
"name": "color-palette-generator",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"tsc": "tsc",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@salt-ds/core": "^1.0.0",
"@salt-ds/icons": "^1.0.0",
"@salt-ds/lab": "^1.0.0-alpha.0",
"@salt-ds/theme": "^1.0.0",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/react": "^18.0.26",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-v8": "^0.34.6",
"happy-dom": "^15.10.2",
"jsdom": "^22.1.0",
"typescript": "^4.9.4",
"vite": "^5.2.14",
"vitest": "^0.34.4"
},
"packageManager": "[email protected]"
}