-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 738 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
{
"name": "coding-practice",
"version": "1.0.0",
"description": "",
"main": "Initial.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Schploink/Coding-Practice.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Schploink/Coding-Practice/issues"
},
"homepage": "https://github.com/Schploink/Coding-Practice#readme",
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}