-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.49 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
{
"name": "media-platform",
"private": true,
"version": "0.1.65",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "rd /q /s dist & yarn build & yarn preview",
"phoenix:windows": "del /f yarn.lock && rd /s /q node_modules && yarn install",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"ci": "yarn install --frozen-lockfile",
"unit-test:run": "vitest",
"unit-test:coverage": "vitest run --coverage",
"unit-test:ui": "vitest --ui",
"e2e-test:run": "cypress run",
"e2e-test:ui": "cypress open --browser electron --e2e",
"dev:host": "vite --host"
},
"dependencies": {
"@supabase/supabase-js": "2.39.7",
"izitoast": "1.4.0",
"react": "18.2.0",
"react-cropper": "2.3.3",
"react-dom": "18.2.0",
"sass": "1.71.1",
"vite-plugin-svgr": "4.2.0",
"wouter": "3.0.1",
"zustand": "4.5.1"
},
"devDependencies": {
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-c8": "0.33.0",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "1.3.1",
"cypress": "13.6.6",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"happy-dom": "13.6.2",
"vite": "5.1.4",
"vitest": "1.3.1"
},
"engines": {
"node": "20",
"yarn": "1.22.19"
},
"type": "module"
}