-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "spacestation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@types/lodash": "^4.14.202",
"antd": "^5.12.8",
"axios": "^1.6.5",
"lodash": "^4.17.21",
"next": "^14.0.4",
"pretendard": "^1.3.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"recoil": "^0.7.7",
"styled-components": "^6.1.8",
"yarn": "^1.22.21"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.10.7",
"@types/react": "^18.2.48",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "3.1.1",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "*"
}
}