forked from codesquad-members-2025/FE-newsstand
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
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
{
"name": "fenewsstand",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,md,json}\"",
"format:check": "prettier --check \"src/**/*.{js,jsx,ts,tsx,css,md,json}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nago730/FE-newsstand.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nago730/FE-newsstand/issues"
},
"homepage": "https://github.com/Nago730/FE-newsstand#readme",
"dependencies": {
"emotion-reset": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@eslint/js": "^9.23.0",
"@types/node": "^22.13.13",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^1.0.0",
"eslint": "^9.23.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-react": "^7.37.4",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"typescript": "^4.9.5",
"typescript-eslint": "^8.28.0",
"vite": "^6.2.3"
}
}