-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.22 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
{
"name": "jumbled-doubles-enhanced",
"packageManager": "yarn@3.3.1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --max-warnings 10",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.15",
"circletype": "^2.3.0",
"clsx": "^2.1.0",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"framer-motion": "^10.16.4",
"next": "^13.4.8",
"next-pwa": "^5.6.0",
"postcss": "^8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-iconly": "^2.2.5",
"tailwind-variants": "^0.1.20",
"tailwindcss": "^3.4.0",
"typescript": "4.9.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.5",
"@types/lodash": "^4.14.202",
"@types/uuid": "^9.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lodash": "^4.17.21"
}
}