-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
76 lines (76 loc) · 2.55 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
{
"name": "polychrom-apca-contrast-checker-figma-plugin",
"private": false,
"version": "6.0.0",
"scripts": {
"dev:ui": "vite build --watch -c vite.config.ui.ts",
"dev:api": "vite build --watch -c vite.config.api.ts",
"dev": "pnpm run /^dev:/",
"build:ui": "tsc && vite build -c vite.config.ui.ts",
"build:api": "tsc && vite build -c vite.config.api.ts",
"build": "pnpm run /^build:/",
"prettier:format": "prettier --write ./",
"test:lint": "eslint --ext .ts,.tsx ./src --fix",
"test:types": "tsc --skipLibCheck --noEmit",
"test:unit:ui": "vitest --watch=false --coverage -c vite.config.ui.ts",
"test:unit:api": "vitest --watch=false --coverage -c vite.config.api.ts",
"test": "pnpm run /^test:/"
},
"dependencies": {
"@figma/plugin-typings": "^1.79.0",
"@floating-ui/react": "^0.25.2",
"@nanostores/react": "^0.7.1",
"@testing-library/react": "^14.0.0",
"@types/apca-w3": "^0.1.0",
"@types/culori": "^2.0.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-v8": "^0.34.1",
"apca-w3": "^0.1.9",
"apcach": "^0.6.0",
"autoprefixer": "^10.4.14",
"bigint-conversion": "^2.4.2",
"clsx": "^2.0.0",
"culori": "^3.2.0",
"eslint-plugin-boundaries": "^3.4.0",
"nanoid": "^4.0.2",
"nanostores": "^0.9.3",
"postcss": "^8.4.24",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use-clipboard": "^1.0.9",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"uint8-to-hex": "^2.0.0",
"vite": "^4.4.0",
"vite-plugin-singlefile": "^0.13.5",
"vite-plugin-svgr": "^3.2.0",
"vitest": "^0.34.1"
},
"devDependencies": {
"@types/node": "^20.4.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^36.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-perfectionist": "^1.4.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"eslint-plugin-tailwindcss": "^3.13.0",
"jsdom": "^22.1.0",
"prettier": "^3.0.2",
"terser": "^5.19.0"
},
"license": "MIT"
}