forked from jpycoin/jpyc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.91 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
{
"name": "jpyc",
"version": "0.1.0",
"license": "MIT",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=development && react-scripts start",
"build": "cross-env NODE_ENV=production && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@react-pdf/renderer": "^1.6.12",
"@typeform/embed": "^0.34.0",
"copy-webpack-plugin": "^7.0.0",
"cross-env": "^7.0.3",
"firebase": "^8.2.4",
"i18next": "^20.1.0",
"i18next-browser-languagedetector": "^6.1.0",
"i18next-http-backend": "^1.2.1",
"json-utils": "^0.1.0",
"node-sass": "^4.14.1",
"postcss-cli": "^8.3.1",
"postcss-modules": "^4.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.1",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.12",
"react-pdf": "^5.1.0",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.3.1",
"react-scripts": "^3.4.1",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.0"
}
}