-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) · 752 Bytes
/
package.json
File metadata and controls
30 lines (29 loc) · 752 Bytes
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
{
"name": "hrla35-review",
"version": "1.0.0",
"description": "Fullstack Review",
"main": "webpack.config.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/parkderick/hrla35-review.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/parkderick/hrla35-review/issues"
},
"homepage": "https://github.com/parkderick/hrla35-review#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.1.0",
"nodemon": "^2.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.11"
}
}