This repository has been archived by the owner on May 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.51 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
{
"name": "dsc-pesu",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material/react-button": "^0.15.0",
"@material/react-card": "^0.15.0",
"@material/react-layout-grid": "^0.15.0",
"@material/react-linear-progress": "^0.15.0",
"@material/react-material-icon": "^0.15.0",
"@material/react-text-field": "^0.15.0",
"@material/react-top-app-bar": "^0.15.0",
"@material/react-typography": "^0.15.0",
"@types/classnames": "^2.2.10",
"@types/node": "^12.12.37",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"bulma": "^0.7.5",
"bulma-pageloader": "^0.3.0",
"gh-pages": "^2.2.0",
"jquery": "^3.5.0",
"node-sass": "^4.14.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-grid-gallery": "^0.5.5",
"react-instagram-embed": "^1.5.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"typescript": "^3.8.3"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}