forked from ellertsmari/io.vefskoliv2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.51 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.51 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
{
"name": "io.vefskoliv2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test-watch": "jest --watch"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.4.6",
"@tailwindcss/postcss": "^4.0.6",
"@uiw/react-md-editor": "^4.0.4",
"bcrypt": "^5.1.1",
"framer-motion": "^11.1.9",
"mongoose": "^8.3.4",
"next": "^15.1.6",
"next-auth": "^5.0.0-beta.20",
"postcss": "^8.5.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.3.0",
"react-session-hooks": "^1.0.8",
"rehype-sanitize": "^6.0.0",
"styled-components": "^6.1.10",
"tailwindcss": "^4.0.6",
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^9.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/bcrypt": "^5.0.2",
"@types/jest": "^29.5.12",
"@types/node": "^20",
"@types/react": "^18.3.5",
"babel-jest": "^29.7.0",
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"eslint-config-next": "15.0.2",
"eslint-plugin-react-hooks": "^5.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mongodb-memory-server": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}