-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.15 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.15 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
{
"name": "kuit5_web-frontend",
"version": "1.0.0",
"description": "KUIT 5기 WEB Part 스터디 실습, 미션 저장소입니다. 5th WEB Part Lead : @ho0010 @Jinho1011 @Turtle-Hwan @hamxxn > 한 학기 동안 많은 것을 얻어갈 수 있으면 좋겠습니다.",
"main": "index.js",
"scripts": {
"start": "http-server . -p 3000",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:codegen": "playwright codegen",
"test:chromium": "playwright test --project=chromium",
"test:firefox": "playwright test --project=firefox",
"test:webkit": "playwright test --project=webkit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Konkuk-KUIT/KUIT5_WEB-Frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Konkuk-KUIT/KUIT5_WEB-Frontend/issues"
},
"homepage": "https://github.com/Konkuk-KUIT/KUIT5_WEB-Frontend#readme",
"devDependencies": {
"@playwright/test": "^1.51.1",
"@types/node": "^22.14.0",
"http-server": "^14.1.1"
},
"dependencies": {
"react-router-dom": "^7.5.3"
}
}