-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.81 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"homepage": "https://wear24rom.com/",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-brands-svg-icons": "^5.8.2",
"@fortawesome/free-regular-svg-icons": "^5.8.2",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^4.0.0-beta.1",
"@material-ui/icons": "^4.0.0-beta.0",
"babel-polyfill": "^6.26.0",
"babel-preset-react": "^6.24.1",
"clsx": "^1.0.4",
"firebase": "^5.11.1",
"firebaseui": "^3.6.1",
"gsap": "^2.1.2",
"jquery": "^3.4.1",
"manrope": "^2.0.0",
"markdown-to-jsx": "^6.9.4",
"mdi-react": "^5.3.0",
"react": "^16.8.6",
"react-app-polyfill": "^1.0.1",
"react-cookie-consent": "^2.3.1",
"react-copy-to-clipboard": "^5.0.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.8.6",
"react-firebaseui": "^3.1.2",
"react-iframe": "^1.8.0",
"react-masonry-component": "^6.2.1",
"react-plx": "^1.3.13",
"react-responsive": "^6.1.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.1",
"sweetalert2": "^7.33.1",
"sweetalert2-react-content": "^1.1.0",
"typescript": "^3.4.5",
"universal-cookie": "^3.1.0",
"vertical-timeline-component-for-react": "^1.0.6",
"webpack": "^4.29.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "firebase deploy --project wear24nfc"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.1%",
"not dead",
"not ie <= 8",
"not op_mini all"
],
"devDependencies": {}
}