-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
{
"name": "to-do-list-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dkagotho/to-do-list-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dkagotho/to-do-list-api/issues"
},
"homepage": "https://github.com/dkagotho/to-do-list-api#readme",
"dependencies": {
"@curveball/accesslog": "^0.2.1",
"@curveball/bodyparser": "^0.4.14",
"@curveball/controller": "^0.3.0",
"@curveball/core": "^0.16.2",
"@curveball/cors": "^0.1.0",
"@curveball/problem": "^0.3.0",
"@curveball/router": "^0.3.0",
"body-parser": "^1.19.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"npm-install-webpack-plugin": "^4.0.5",
"style-loader": "^2.0.0",
"webpack": "^5.32.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-node-externals": "^2.5.2"
}
}