-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 1.92 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
{
"name": "lms-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci",
"prepare": "husky install",
"format": "npx prettier . --write --cache"
},
"dependencies": {
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.18",
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.29.25",
"@tanstack/react-query-devtools": "^4.29.25",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@toast-ui/react-editor": "^3.2.3",
"@types/d3": "^7.4.0",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/redux-persist": "^4.3.1",
"autoprefixer": "10.4.14",
"browser-image-compression": "^2.0.2",
"d3": "^7.8.5",
"eslint": "^8.45.0",
"eslint-config-next": "13.4.10",
"firebase": "^10.0.0",
"i": "^0.3.7",
"jest-environment-jsdom": "^29.6.1",
"next": "13.4.10",
"nodemailer": "^6.9.4",
"postcss": "8.4.26",
"react": "18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.45.2",
"react-markdown": "^8.0.7",
"react-player": "^2.12.0",
"react-redux": "^8.1.1",
"redux-persist": "^6.0.0",
"sfac-designkit-react": "^1.0.4",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"uuid": "^9.0.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"encoding": "^0.1.13",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"jest": "^29.6.1",
"prettier": "^3.0.0"
}
}