-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.91 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
66
{
"name": "1to30",
"version": "1.0.0",
"description": "1부터 30까지 빠르게 누르는 게임입니다.",
"author": "Hyeonjong <nianelo4@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next dev -p 17030",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --ci --passWithNoTests",
"test:watch": "jest --watch"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@headlessui/react": "1.7.14",
"@headlessui/tailwindcss": "0.1.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/next-pwa": "5.6.2",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/testing-library__jest-dom": "5.14.5",
"@types/ua-parser-js": "0.7.36",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"@vercel/analytics": "1.0.1",
"autoprefixer": "10.4.13",
"classnames": "2.3.2",
"dayjs": "1.11.7",
"eslint": "8.35.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "13.2.3",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"next": "13.2.3",
"next-pwa": "5.6.0",
"postcss": "8.4.31",
"prettier": "2.8.4",
"prettier-plugin-tailwindcss": "0.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"recoil": "0.7.7",
"tailwindcss": "3.2.7",
"typescript": "4.9.5",
"ua-parser-js": "0.7.35",
"uuid": "9.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"webpack": "^5.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"webpack": "^5.9.0"
}
}