This repository has been archived by the owner on May 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.1 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "marcelltoth-net-react-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@types/classnames": "^2.2.9",
"@types/jest": "^23.3.14",
"@types/lodash-es": "^4.17.3",
"@types/memoize-one": "^4.1.1",
"@types/node": "^10.14.12",
"@types/prismjs": "^1.16.0",
"@types/react": "16.8.6",
"@types/react-dom": "16.8.2",
"@types/react-helmet": "^5.0.8",
"@types/react-redux": "~7.1.1",
"@types/react-router": "5.0.3",
"@types/react-router-dom": "4.3.4",
"@types/reactstrap": "^6.4.4",
"@types/speakingurl": "^13.0.2",
"axios": "^0.18.1",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"date-fns": "^1.30.1",
"lodash-es": "^4.17.11",
"memoize-one": "^5.0.4",
"memoize-state": "^2.0.7",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",
"prismjs": "^1.16.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-ga": "^2.6.0",
"react-helmet": "^5.2.1",
"react-markdown": "^4.1.0",
"react-redux": "^6.0.1",
"react-router": "5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-social-sharing": "^3.0.1",
"reactstrap": "^6.5.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"speakingurl": "^14.0.1",
"ts-essentials": "^2.0.12",
"typescript": "^3.5.2"
},
"scripts": {
"start": "PORT=15200 BROWSER=NONE react-scripts start",
"stop": "taskkill -F -IM node.exe",
"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"
],
"devDependencies": {
"raw-loader": "^1.0.0",
"raw.macro": "^0.3.0"
}
}