-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 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
58
{
"name": "farely-2",
"version": "0.3.1",
"private": true,
"devDependencies": {
"gh-pages": "^2.0.1",
"jasmine-expect-jsx": "^3.2.0",
"lodash.last": "^3.0.0",
"react-scripts": "^3.0.0",
"render-shallow": "^2.0.0"
},
"dependencies": {
"normalize.css": "^8.0.1",
"prop-types": "^15.5.10",
"react": "^16.2.0",
"react-addons-test-utils": "^15.6.2",
"react-currency-masked-input": "^2.2.0",
"react-dom": "^16.2.0",
"react-shallow-testutils": "^3.0.1",
"tachyons-border-colors": "^4.2.3",
"tachyons-border-style": "^4.0.4",
"tachyons-border-widths": "^3.0.4",
"tachyons-borders": "^3.0.3",
"tachyons-display": "^5.0.3",
"tachyons-font-family": "^4.3.2",
"tachyons-font-weight": "^5.0.3",
"tachyons-forms": "^3.1.2",
"tachyons-line-height": "^3.0.5",
"tachyons-lists": "^2.0.13",
"tachyons-max-widths": "^4.0.3",
"tachyons-spacing": "^6.0.3",
"tachyons-type-scale": "^6.0.3",
"tachyons-typography": "^3.0.3",
"tachyons-utilities": "^2.0.0",
"tachyons-widths": "^5.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build && npm run deploy:github",
"deploy:github": "gh-pages -d build"
},
"homepage": "http://ianmcnally.github.io/farely-2",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}