forked from Dweb-Incheon/JS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 813 Bytes
/
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
{
"name": "dweb",
"version": "1.0.0",
"description": "dweb web programming class",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dweb-Incheon/JavaScript.git"
},
"keywords": [
"javascript"
],
"author": "giseok",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dweb-Incheon/JavaScript/issues"
},
"homepage": "https://github.com/Dweb-Incheon/JavaScript#readme",
"dependencies": {
"http": "^0.0.1-security",
"json-server": "^0.17.4",
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ws": "^8.17.0"
},
"devDependencies": {
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}