-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.75 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
{
"name": "project-t",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"test": "jest --watch",
"test:ci": "jest --ci",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.19.6",
"@dnd-kit/core": "^5.0.1",
"@dnd-kit/sortable": "^6.0.0",
"@fontsource/lilita-one": "^4.5.10",
"@rooks/use-window-size": "^4.11.2",
"babel-jest": "^29.2.2",
"firebase": "^9.1.3",
"framer-motion": "^6.2.8",
"howler": "^2.2.3",
"identity-obj-proxy": "^3.0.0",
"jotai": "^1.5.3",
"next": "11.1.2",
"next-transpile-modules": "^8.0.0",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-confetti": "^6.1.0",
"react-dom": "^17.0.2",
"react-hotkeys-hook": "^3.4.4",
"react-responsive": "^9.0.2",
"reset-css": "^5.0.1",
"styled-components": "^5.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^14.2.0",
"@types/howler": "^2.2.5",
"@types/react": "17.0.29",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/styled-components": "^5.1.15",
"@types/uuid": "^8.3.1",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "^7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "28.1.0",
"jest-environment-jsdom": "28.1.0",
"prettier": "2.7.1",
"react-is": "^17.0.2",
"tailwindcss": "^2.2.17",
"twin.macro": "^2.8.0",
"typescript": "4.4.4"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}