-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "@frantorreg/showcase",
"license": "MIT",
"private": true,
"contributors": [
{
"name": "Fran Torregrosa Alegre",
"email": "[email protected]"
}
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^3.1.1",
"moment": "^2.29.1",
"normalize.css": "^8.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-i18next": "^10.13.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"sass": "^1.54.4",
"styled-components": "^5.3.3"
},
"devDependencies": {
"serv": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"serve": "serv --path build -p 3000 -b 0.0.0.0",
"test": "react-scripts test"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}