This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.72 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
{
"name": "Domus",
"version": "1.0.0",
"description": "Domus - House rental for students",
"private": false,
"main": "dist/index.js",
"homepage": ".",
"dependencies": {
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.53",
"babel-plugin-root-import": "^6.5.0",
"bootstrap": "^4.5.0",
"history": "4.9.0",
"react": "^16.13.1",
"react-app-rewired": "^2.1.6",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"serve": "^11.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"lint:check": "eslint . --ext=js,jsx; exit 0",
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0",
"build-package-css": "cp src/assets/css/material-dashboard-react.css dist/material-dashboard-react.css",
"build-package": "npm run build-package-css && babel src --out-dir dist"
},
"keywords": [],
"author": "Domus group",
"license": "MIT",
"optionalDependencies": {
"@types/googlemaps": "3.37.3",
"@types/markerclustererplus": "2.1.33",
"ajv": "6.10.2",
"typescript": "3.5.3"
},
"devDependencies": {
"eslint-config-prettier": "6.0.0",
"eslint-plugin-prettier": "3.1.0",
"faker": "^4.1.0",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"jest-cli": "^26.0.1",
"puppeteer": "^3.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
},
"test": "jest"
}