-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.5 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.5 KB
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
{
"name": "embracer",
"version": "0.18.1",
"private": true,
"dependencies": {
"classnames": "^2.3.1",
"jspdf": "^2.4.0",
"lodash.chunk": "^4.2.0",
"lodash.startswith": "^4.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-select": "^5.4.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"reselect": "^4.1.6"
},
"scripts": {
"start": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
"deploy": "bash scripts/deploy.sh",
"prettify": "prettier --write \"src/**/*.{js,ts,tsx}\""
},
"devDependencies": {
"@testing-library/dom": "^8.14.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.2.1",
"@types/lodash.chunk": "^4.2.9",
"@types/lodash.startswith": "^4.2.9",
"@types/node": "^25.0.9",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@types/react-redux": "^7.1.34",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^4.3.0",
"deep-freeze": "^0.0.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^5.0.0",
"jsdom": "^25.0.0",
"lodash.clonedeep": "^4.5.0",
"prettier": "1",
"typescript": "~5.9.0",
"vite": "^6.1.0",
"vitest": "^3.0.0"
}
}