-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
{
"name": "farm.manager.ui.platform",
"version": "1.0.0",
"description": "Farm Manager User Interface Platform",
"main": "index.js",
"scripts": {
"start": "webpack serve --open --liveReload"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gerr0r/Farm.Manager.UI.Platform.git"
},
"author": "Gergan Ruschev",
"license": "ISC",
"bugs": {
"url": "https://github.com/gerr0r/Farm.Manager.UI.Platform/issues"
},
"homepage": "https://github.com/gerr0r/Farm.Manager.UI.Platform#readme",
"dependencies": {
"@apollo/client": "^3.3.20",
"graphql": "^15.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"bundle-loader": "^0.5.6",
"css-loader": "^5.2.6",
"html-webpack-plugin": "^5.3.2",
"style-loader": "^3.0.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}