forked from GrowthonbyStarting/2-GrowthCrafters-Front-End
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.52 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
48
49
50
51
52
{
"name": "growthone",
"version": "1.0.0",
"description": "그로스톤 특허의 신 기업과제 프로젝트",
"source": "index.html",
"scripts": {
"start": "parcel --port 3306",
"build": "parcel build",
"serve": "servor dist index.html 3306 --reload",
"check": "tsc --noEmit",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx ",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@swc/core": "^1.3.68",
"@swc/jest": "^0.2.26",
"@swc/plugin-styled-components": "^1.5.50",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"buffer": "^6.0.3",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"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.6.1",
"jest-environment-jsdom": "^29.6.1",
"parcel": "^2.9.3",
"parcel-reporter-static-files-copy": "^1.5.0",
"process": "^0.11.10",
"typescript": "^5.1.6"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-router-dom": "^6.14.1",
"styled-components": "^6.0.3",
"styled-reset": "^4.5.1",
"usehooks-ts": "^2.9.1",
"whatwg-fetch": "^3.6.2"
}
}