-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 2.4 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
67
68
69
70
71
{
"name": "kaori-killer",
"version": "1.0.0",
"description": "인천대학교 대동제를 위한 웹 사이트 🦁🎤🍕🎡",
"source": "./index.html",
"license": "ISC",
"scripts": {
"start": "parcel --port 8080",
"build": "parcel build index.html --no-source-maps ",
"check": "tsc --noEmit",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx .",
"test": "jest",
"coverage": "jest --coverage --coverage-reporters html",
"watch:test": "jest --watchAll"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.9.3",
"@swc/core": "^1.3.92",
"@swc/jest": "^0.2.29",
"@swc/plugin-styled-components": "^1.5.87",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@types/styled-components": "^5.1.28",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"buffer": "^6.0.3",
"eslint": "^8.51.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"parcel": "^2.9.3",
"parcel-reporter-static-files-copy": "^1.5.3",
"process": "^0.11.10",
"typescript": "^5.2.2"
},
"dependencies": {
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.6.7",
"dotenv": "^16.3.1",
"eslint-config-airbnb": "^19.0.4",
"io": "^1.5.0",
"lint": "^0.8.19",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-responsive": "^9.0.2",
"react-router": "^6.21.3",
"react-router-dom": "^6.21.3",
"reflect-metadata": "^0.2.1",
"sass": "^1.69.5",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"styled-components": "^6.1.8",
"styled-reset": "^4.5.1",
"swiper": "^10.0.0",
"tsyringe": "^4.8.0",
"usehooks-ts": "^2.9.1",
"usestore-ts": "^0.0.3"
},
"@parcel/resolver-default": {
"packageExports": true
}
}