-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.7 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "estudeo_ucm",
"version": "1.0.0",
"description": "Aplicacion creada para estudiantes de la UCM, Tesis 2019. Template Argon 2019 ReactJS",
"main": "index.js",
"repository": {
"type": "",
"url": ""
},
"keywords": [
"react",
"reactjs",
"argon",
"argon-react",
"design",
"design-react",
"argon-design",
"argon-design-react",
"kit",
"react-kit",
"argon-design-system",
"argon-design-system-react",
"design-system-react"
],
"author": "Carlos Orellana Fuentes",
"license": "",
"homepage": "https://master.d3ofs5ya0s8l99.amplifyapp.com/",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile-sass": "node-sass src/assets/scss/argon-design-system-react.scss src/assets/css/argon-design-system-react.css",
"minify-sass": "node-sass src/assets/scss/argon-design-system-react.scss src/assets/css/argon-design-system-react.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/argon-design-system-react.scss src/assets/css/argon-design-system-react.css --source-map true"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@material-ui/core": "^4.4.0",
"@material-ui/icons": "^4.2.1",
"axios": "^0.19.0",
"classnames": "2.2.6",
"draft-js": "^0.11.1",
"draft-js-import-html": "^1.4.1",
"draftjs-to-html": "^0.8.4",
"glamor": "^2.20.40",
"headroom.js": "0.9.4",
"immutable": "^4.0.0-rc.12",
"material-table": "^1.50.0",
"moment": "2.24.0",
"mui-datatables": "^2.9.0",
"node-sass": "4.12.0",
"nouislider": "13.1.5",
"react": "^16.8.6",
"react-alert": "^5.5.0",
"react-color": "^2.17.3",
"react-datetime": "2.16.3",
"react-dom": "^16.8.6",
"react-draft-wysiwyg": "^1.13.2",
"react-dropzone": "^10.1.7",
"react-html-parser": "^2.0.2",
"react-icons": "^3.7.0",
"react-image-lightbox": "^5.1.0",
"react-router": "5.0.0",
"react-router-dom": "5.0.0",
"react-scripts": "3.0.0",
"react-select": "^3.0.4",
"react-sidebar": "^3.0.2",
"react-spinners": "^0.6.1",
"react-star-ratings": "^2.3.0",
"react-toastify": "^5.3.2",
"react-virtualized": "^9.21.1",
"reactstrap": "^8.0.0"
},
"devDependencies": {
"@types/googlemaps": "3.30.19",
"@types/markerclustererplus": "2.1.33",
"@types/react": "16.8.16",
"powerbi-report-component": "^1.3.0",
"typescript": "3.4.5"
}
}