-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·74 lines (74 loc) · 2.36 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "react-nurumi-one",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@material-ui/core": "^4.9.2",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"connect-history-api-fallback": "^1.6.0",
"dotenv": "^8.2.0",
"emailjs-com": "^2.4.1",
"eventbus": "0.0.3",
"firebase": "^6.6.2",
"formik": "^2.1.4",
"globalize": "^1.4.2",
"jquery": "^3.4.1",
"mdbreact": "^4.25.1",
"moment": "^2.24.0",
"react": "^16.12.0",
"react-background-slider": "^1.2.1",
"react-big-calendar": "^0.22.1",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-dropdown": "^1.6.4",
"react-google-calendar-api": "^1.0.11",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-infinite-scroller": "^1.2.4",
"react-inlinesvg": "^0.8.4",
"react-masonry-component": "^6.2.1",
"react-modal": "^3.11.1",
"react-paypal-express-checkout": "^1.0.5",
"react-responsive-carousel": "^3.1.51",
"react-responsive-navbar": "^1.0.11",
"react-router-dom": "^5.1.2",
"react-scripts": "3.0.1",
"react-svg": "^10.0.26",
"react-tackle-box": "^2.1.0",
"react-widgets-moment-localizer": "^1.0.2",
"reactjs-popup": "^1.5.0",
"styled-components": "^4.4.1",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"svgr": "svgr -d src/Icons/ assets/"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [],
"devDependencies": {
"@svgr/cli": "^4.3.3"
},
"description": "The Nurumia Platform is combination of an electronic controller, connected to a Firebase database, for a greenhouse and a webapp designed to control and manage it . From the mechanical components as lamp or heaters,to the task management.<br></br>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Metsanpeitto/React-Nurumi.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Metsanpeitto/React-Nurumi/issues"
},
"homepage": "http://nurumia.grassrootemarket.com/"
}