-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.11 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": "unithon-cu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --passWithNoTests --watch-all",
"svgr": "npx @svgr/cli --template assets/svgs/svgr-cli.template.js assets/svgs assets/icons --out-dir assets/icons --icon --typescript --no-dimensions"
},
"dependencies": {
"@svgr/cli": "^6.1.2",
"@svgr/webpack": "^6.1.2",
"@tanstack/react-query": "^4.2.3",
"@types/axios": "^0.14.0",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"axios": "^0.27.2",
"babel-plugin-styled-components": "^2.0.2",
"camelcase-keys": "^8.0.2",
"eslint": "^8.5.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"next": "12.2.3",
"prettier": "^2.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"recoil": "^0.7.5",
"snakecase-keys": "^5.4.4",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@next/eslint-plugin-next": "^12.1.0",
"@testing-library/dom": "^8.16.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.1",
"@types/node": "18.6.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"jest": "^28.1.3",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^28.1.3",
"kakao.maps.d.ts": "^0.1.33",
"node-mocks-http": "^1.11.0",
"ts-jest": "^28.0.7",
"ts-loader": "^9.3.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "4.7.4"
}
}