-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
97 lines (97 loc) · 2.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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "hypertrack-views-react",
"version": "1.1.30",
"private": false,
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"bundle.css",
"package.json",
"README.MD"
],
"style": "leaflet/dist/leaflet.css",
"repository": {
"type": "git",
"url": "git+https://github.com/hypertrack/views-react.git"
},
"dependencies": {
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.12",
"apollo-link-http": "^1.5.15",
"aws-appsync": "^1.8.1",
"classnames": "^2.2.6",
"copy-text-to-clipboard": "^2.1.0",
"date-fns": "^1.30.1",
"downshift": "^3.2.10",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"leaflet": "^1.5.0",
"leaflet-defaulticon-compatibility": "^0.1.1",
"leaflet.featuregroup.subgroup": "^1.0.2",
"leaflet.markercluster": "^1.4.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lottie-web": "^5.5.5",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-animate-height": "^2.0.15",
"react-apollo": "^2.5.8",
"react-day-picker": "^7.3.0",
"react-detect-offline": "^2.3.0",
"react-dom": "^16.8.6",
"react-if": "^3.4.0",
"react-loadable": "^5.5.0"
},
"scripts": {
"analyze": "source-map-explorer build/static/*.js",
"start": "NODE_ENV=developmentsdk react-scripts start",
"build": "rollup -c --environment INCLUDE_DEPS,BUILD:production",
"release": "release-it",
"test": "react-scripts test --verbose=true",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all",
"ie 10"
],
"devDependencies": {
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0-0",
"@babel/runtime": "^7.5.4",
"add": "^2.0.6",
"babel-core": "^7.0.0-0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-react": "^6.24.1",
"cssnano": "^4.1.10",
"postcss-cssnext": "^3.1.0",
"postcss-nested": "^4.1.2",
"postcss-simple-vars": "^5.0.2",
"react-scripts": "^3.0.1",
"release-it": "^12.3.5",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.1"
},
"release-it": {
"github": {
"release": true
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}