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
/
Copy pathpackage.json
57 lines (57 loc) · 1.61 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": "NODE_PATH=. react-scripts start",
"build": "NODE_PATH=. react-scripts build",
"postbuild": "react-snap",
"test": "NODE_PATH=. react-scripts test",
"eject": "react-scripts eject",
"deploy": "./scripts/check-branch && yarn build && gh-pages --dist build --branch master"
},
"dependencies": {
"color": "^3.1.0",
"is-relative-url": "^2.0.0",
"loadable-components": "^2.2.3",
"ramda": "^0.25.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-router-dom": "^4.3.1",
"react-router-hash-link": "^1.2.0",
"react-scripts": "^2.0.6-next.c662dfb0",
"smoothscroll-polyfill": "^0.4.3",
"styled-components": "^4.0.2",
"typescript": "^3.1.3",
"winston": "^3.1.0"
},
"devDependencies": {
"@types/color": "^3.0.0",
"@types/is-relative-url": "^2.0.0",
"@types/jest": "^23.3.7",
"@types/node": "^10.12.0",
"@types/ramda": "^0.25.39",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"@types/react-helmet": "^5.0.7",
"@types/react-router-dom": "^4.3.1",
"@types/react-router-hash-link": "^1.2.0",
"@types/smoothscroll-polyfill": "^0.3.0",
"@types/styled-components": "^4.0.1",
"gh-pages": "^2.0.1",
"react-snap": "^1.19.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-microsoft-contrib": "^5.2.1",
"tslint-react": "^3.6.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"reactSnap": {
"fixWebpackChunksIssue": false
}
}