-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.93 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
{
"name": "airlock-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@apollo/client": "^3.11.8",
"@apollo/space-kit": "^9.11.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fontsource/source-code-pro": "^4.5.1",
"@fontsource/source-sans-pro": "^4.5.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"date-fns": "^2.25.0",
"framer-motion": "^4.1.17",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-datepicker": "^7.3.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-icons": "^4.3.1",
"react-rating-stars-component": "^2.2.0",
"react-router-dom": "^6.26.1",
"vite": "^5.4.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"dev": "vite",
"start": "npm run dev",
"build": "tsc -b && vite build",
"preview": "vite preview",
"codegen": "graphql-codegen --config codegen.ts"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.13",
"@eslint/js": "^9.9.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@parcel/watcher": "^2.4.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0"
},
"prettier": {
"semi": true
}
}