-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "untilled",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"generate": "next build && next export",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci",
"postinstall": "husky install"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"next": "^13.0.4",
"react": "^18.2.0",
"react-cursorify": "^1.0.8",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-transition-group": "^4.4.2",
"recoil": "^0.7.6"
},
"devDependencies": {
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/node": "17.0.19",
"@types/react": "^18.0.25",
"@types/react-transition-group": "^4.4.4",
"@yarnpkg/sdks": "^3.0.0-rc.39",
"babel-jest": "^27.5.1",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.4.0",
"firebase-tools": "^11.0.1",
"husky": "^8.0.0",
"jest": "^27.5.1",
"jest-dom": "^4.0.0",
"node-mocks-http": "^1.11.0",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"ts-node": "^10.5.0",
"typescript": "4.5.5"
},
"packageManager": "yarn@3.4.1"
}