-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "todoooze",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next dev",
"build": "next build",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@radix-ui/react-context-menu": "^0.1.1",
"@vechaiui/core": "^0.6.0",
"@vechaiui/react": "^0.2.1",
"classnames": "^2.5.1",
"cookies-next": "^4.1.1",
"framer-motion": "^6.3.11",
"next": "13",
"react": "^18.2.0",
"react-beautiful-dnd-next": "^11.0.5",
"react-dom": "^18.2.0",
"react-query": "^3.39.1",
"uuidv4": "^6.2.12"
},
"devDependencies": {
"@babel/preset-typescript": "^7.15.0",
"@testing-library/dom": "^8.14.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^28.1.4",
"@types/lodash": "^4.14.182",
"@types/node": "18",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"autoprefixer": "^10.3.6",
"babel-jest": "^28.1.2",
"eslint": "7.32.0",
"eslint-config-next": "13",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"postcss": "^8.3.8",
"redux-devtools-extension": "^2.13.9",
"tailwindcss": "^2.2.16",
"ts-node": "^10.8.2",
"typescript": "^5.4.2"
}
}