-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "minus.lviv.ua",
"version": "1.0.0",
"description": "",
"main": "static/js/app.js",
"directories": {
"test": "tests"
},
"dependencies": {
"react-dom": "^16.12.0",
"reactjs": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.5",
"@babel/preset-react": "^7.7.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^3.2.1",
"jsx-loader": "^0.13.2",
"react": "^16.12.0",
"style-loader": "^1.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"watch": "webpack --watch --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Luzhnuy/minus.lviv.ua.git"
},
"author": "Lubomur Luzhnuy",
"license": "ISC",
"bugs": {
"url": "https://github.com/Luzhnuy/minus.lviv.ua/issues"
},
"homepage": "https://github.com/Luzhnuy/minus.lviv.ua#readme"
}