-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.53 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
75
76
77
78
79
80
81
82
83
{
"name": "showface",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material/dialog": "^0.41.0",
"@material/menu": "^0.40.1",
"@material/radio": "^0.40.1",
"@material/react-button": "^0.6.1",
"@material/react-card": "^0.6.1",
"@material/react-fab": "^0.6.1",
"@material/react-icon-button": "^0.6.1",
"@material/react-layout-grid": "^0.6.1",
"@material/react-list": "^0.6.1",
"@material/react-material-icon": "^0.6.1",
"@material/react-menu-surface": "^0.6.1",
"@material/react-select": "^0.6.1",
"@material/react-tab": "^0.6.1",
"@material/react-tab-bar": "^0.6.1",
"@material/react-text-field": "^0.6.1",
"@material/typography": "^0.40.1",
"apollo-cache-inmemory": "^1.3.8",
"apollo-client": "^2.4.5",
"apollo-link": "^1.2.3",
"apollo-link-error": "^1.1.1",
"apollo-link-http": "^1.5.5",
"babel-loader": "^8.0.4",
"cra-append-sw": "^2.6.0",
"date-fns": "^1.29.0",
"firebase": "^5.5.8",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"heap": "^0.2.6",
"immer": "^1.7.4",
"immutability-helper": "^2.8.1",
"interval-tree-1d": "^1.0.3",
"lodash": "^4.17.11",
"memoize-one": "^4.0.2",
"pepjs": "^0.4.3",
"query-string": "^6.2.0",
"quickselect": "^2.0.0",
"react": "^16.6.3",
"react-apollo": "^2.2.4",
"react-copy-to-clipboard": "^5.0.1",
"react-day-picker": "^7.2.4",
"react-dom": "^16.6.3",
"react-ga": "^2.5.3",
"react-loading": "^2.0.3",
"react-modal": "^3.6.1",
"react-multi-email": "^0.3.8",
"react-redux": "^5.1.1",
"react-router-dom": "^4.4.0-beta.6",
"react-scripts": "^2.1.1",
"react-scroll-sync": "^0.7.0",
"react-slick": "^0.23.2",
"react-transition-group": "^1.2.1",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"classnames": "^2.2.6",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0",
"node-sass": "^4.9.4",
"prettier": "^1.15.2",
"source-map-explorer": "^1.6.0"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start && cra-append-sw --mode dev ./src/sw-append.js",
"build": "react-scripts build && cra-append-sw ./src/sw-append.js",
"test": "react-scripts test --env=jsdom",
"lint": "eslint src",
"prettify": "prettier --write $(find src -type f -name '*.js')"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}