-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.77 KB
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
{
"name": "robofriends",
"homepage": "https://jonte450.github.io/RobotFriendsRedux/",
"version": "0.1.0",
"private": true,
"dependencies": {
"gh-pages": "^2.2.0",
"rdev": "0.0.2",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-with-props": "^1.0.0",
"react-scripts": "^3.3.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"tachyons": "^4.11.1",
"tachyons-border-colors": "^4.2.3",
"tachyons-border-radius": "^5.1.3",
"tachyons-borders": "^3.0.4",
"tachyons-display": "^5.0.5",
"tachyons-font-family": "^4.3.4",
"tachyons-font-style": "^4.0.5",
"tachyons-font-weight": "^5.0.5",
"tachyons-heights": "^6.1.4",
"tachyons-hovers": "^2.5.2",
"tachyons-letter-spacing": "^3.0.5",
"tachyons-links": "^3.0.11",
"tachyons-max-widths": "^4.0.6",
"tachyons-skins": "^4.1.1",
"tachyons-skins-pseudo": "^1.0.5",
"tachyons-spacing": "^6.0.5",
"tachyons-text-align": "^3.1.0",
"tachyons-text-transform": "^4.0.6",
"tachyons-type-scale": "^6.1.1",
"tachyons-utilities": "^2.0.2",
"tachyons-widths": "^5.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"react": "^16.12.0",
"router": "^1.3.3",
"typescript": "^3.7.5"
}
}