This repository has been archived by the owner on May 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.56 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
{
"name": "osdiab.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"postbuild": "react-snap",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "./scripts/check-branch && yarn build && gh-pages --dist build --branch master"
},
"dependencies": {
"color": "^3.1.2",
"is-relative-url": "^3.0.0",
"nuka-carousel": "^4.6.2",
"ramda": "^0.27.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^1.2.2",
"react-scripts": "^3.3.1",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^5.0.0",
"typescript": "^3.7.5",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/color": "^3.0.1",
"@types/is-relative-url": "^3.0.0",
"@types/jest": "^25.1.1",
"@types/node": "^13.7.0",
"@types/ramda": "^0.26.40",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-helmet": "^5.0.15",
"@types/react-router-dom": "^5.1.3",
"@types/react-router-hash-link": "^1.2.1",
"@types/smoothscroll-polyfill": "^0.3.1",
"@types/styled-components": "^4.4.2",
"gh-pages": "^2.2.0",
"react-snap": "^1.23.0",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-react": "^4.2.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"reactSnap": {
"fixWebpackChunksIssue": false
}
}