-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.39 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.39 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "quizrun",
"version": "0.11.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"web:serve": "npx serve -s dist/apps/web",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-select": "^1.1.1",
"@radix-ui/react-separator": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.0",
"@stitches/react": "^1.2.8",
"@supabase/supabase-js": "^2.1.2",
"@types/react-beautiful-dnd": "^13.1.3",
"core-js": "^3.6.5",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^17.0.2",
"react-hook-form": "^7.40.0",
"react-icons": "^4.3.1",
"react-query": "^3.39.2",
"react-router-dom": "^6.3.0",
"reapop": "^4.2.1",
"regenerator-runtime": "0.13.7",
"tslib": "^2.3.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@nrwl/cli": "^14.8.6",
"@nrwl/devkit": "^14.8.3",
"@nrwl/eslint-plugin-nx": "^14.8.6",
"@nrwl/jest": "14.8.3",
"@nrwl/linter": "^14.8.6",
"@nrwl/node": "^15.6.3",
"@nrwl/react": "^15.6.3",
"@nrwl/tao": "^14.8.3",
"@nrwl/web": "^15.6.3",
"@nrwl/workspace": "^14.8.3",
"@testing-library/react": "12.1.5",
"@types/bcrypt": "^5.0.0",
"@types/jest": "28.1.1",
"@types/lodash": "^4.14.186",
"@types/node": "16.11.7",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.7",
"babel-jest": "28.1.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nx": "^14.8.6",
"nx-plugin-vite": "^2.2.1",
"prettier": "^2.6.2",
"react-test-renderer": "17.0.2",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2",
"vite": "^2.9.15",
"vite-preset-react": "^2.3.0",
"vite-tsconfig-paths": "^3.5.1"
}
}