-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
35 lines (35 loc) · 1022 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": "geekhub-2020",
"version": "1.0.0",
"description": "Домашняя страница, где я буду постить домашние задания и мы будем обсуждать как их решать",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"wb": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redexp/GeekHub-2020.js.git"
},
"author": "Sergii Kliuchnyk <redexp@ukr.net> (https://github.com/redexp)",
"license": "MIT",
"bugs": {
"url": "https://github.com/redexp/GeekHub-2020.js/issues"
},
"homepage": "https://github.com/redexp/GeekHub-2020.js#readme",
"devDependencies": {
"@babel/core": "^7.12.7",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"babel-loader": "^8.2.1",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}