-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "portofolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^4.4.3",
"@material-ui/icons": "^4.4.3",
"@material-ui/lab": "^4.0.0-alpha.27",
"@material-ui/styles": "^4.4.3",
"@progress/kendo-drawing": "^1.6.0",
"@progress/kendo-react-pdf": "^3.4.1",
"@react-pdf/renderer": "^1.6.7",
"axios": "^0.19.0",
"bulma-extensions": "^6.2.7",
"firebase": "^7.0.0",
"node-sass": "^4.12.0",
"react": "^16.9.0",
"react-bulma-components": "^2.3.0",
"react-dom": "^16.9.0",
"react-lazy-load-image-component": "^1.3.2",
"react-loadable": "^5.5.0",
"react-router-dom": "^5.1.0",
"react-scripts": "3.1.2",
"reactstrap": "^8.0.1"
},
"scripts": {
"start": "NODE_PATH=./src react-scripts start",
"build": "NODE_PATH=./src react-scripts build",
"test": "NODE_PATH=./src react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}