-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
129 lines (129 loc) · 4.34 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "astrometrics",
"version": "0.0.0",
"homepage": "https://github.com/openlattice/astrometrics",
"description": "An OpenLattice app which allows you to explore geographical data",
"author": {
"name": "OpenLattice, Inc.",
"email": "[email protected]",
"url": "https://openlattice.com"
},
"contributors": [
{
"name": "Katherine Bernstein",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/openlattice/astrometrics.git"
},
"bugs": {
"url": "https://github.com/openlattice/astrometrics/issues"
},
"license": "Apache-2.0",
"dependencies": {
"@atlaskit/modal-dialog": "8.0.4",
"@babel/polyfill": "~7.7.0",
"@babel/runtime": "~7.7.0",
"@fortawesome/fontawesome-svg-core": "~1.2.0",
"@fortawesome/pro-light-svg-icons": "~5.7.0",
"@fortawesome/pro-regular-svg-icons": "~5.7.0",
"@fortawesome/pro-solid-svg-icons": "~5.7.0",
"@fortawesome/react-fontawesome": "~0.1.0",
"@mapbox/mapbox-gl-draw": "~1.2.0",
"@mapbox/mapbox-sdk": "~0.11.0",
"@redux-saga/core": "~1.0.0",
"@types/mapbox-gl": "^1.11.1",
"axios": "~0.21.1",
"connected-react-router": "~6.4.0",
"file-saver": "^2.0.2",
"history": "~4.9.0",
"immutable": "4.0.0-rc.9",
"js-cookie": "~2.2.0",
"lattice": "0.73.0-any-base-url",
"lattice-auth": "0.21.2-any-base-url-2",
"lattice-sagas": "~0.49.0",
"lattice-ui-kit": "~0.32.1",
"lodash": "~4.17.10",
"loglevel": "~1.6.0",
"mapbox-gl": "^1.12.0",
"moment": "~2.24.0",
"papaparse": "^5.3.0",
"polished": "~3.2.0",
"query-string": "^6.13.1",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-mapbox-gl": "^4.8.6",
"react-mapbox-gl-draw": "^2.0.4",
"react-redux": "~6.0.0",
"react-router": "~5.0.0",
"react-router-dom": "~5.0.0",
"react-select": "3.0.8",
"react-to-print": "^2.4.0",
"recharts": "^1.7.1",
"redux": "~4.0.0",
"redux-immutable": "4.0.0",
"redux-reqseq": "0.5.0",
"styled-components": "~4.2.0"
},
"devDependencies": {
"@babel/cli": "~7.7.0",
"@babel/core": "~7.7.0",
"@babel/plugin-proposal-class-properties": "~7.7.0",
"@babel/plugin-proposal-object-rest-spread": "~7.5.0",
"@babel/plugin-transform-runtime": "~7.6.0",
"@babel/preset-env": "~7.7.0",
"@babel/preset-flow": "~7.0.0",
"@babel/preset-react": "~7.7.0",
"@babel/register": "~7.7.0",
"babel-eslint": "~10.0.0",
"babel-jest": "~24.9.0",
"babel-loader": "~8.0.0",
"babel-plugin-styled-components": "~1.10.0",
"babel-plugin-transform-imports": "~2.0.0",
"css-loader": "^4.2.1",
"enzyme": "~3.10.0",
"enzyme-adapter-react-16": "~1.15.0",
"enzyme-to-json": "~3.4.0",
"eslint": "~7.32.0",
"eslint-config-airbnb": "~18.2.1",
"eslint-import-resolver-webpack": "~0.13.1",
"eslint-plugin-flowtype": "~6.1.0",
"eslint-plugin-import": "~2.24.2",
"eslint-plugin-jest": "~24.4.0",
"eslint-plugin-jsx-a11y": "~6.4.1",
"eslint-plugin-react": "~7.26.0",
"eslint-plugin-react-hooks": "~4.2.0",
"file-loader": "~5.0.0",
"flow-bin": "~0.114.0",
"html-webpack-plugin": "~3.2.0",
"import-sort-style-openlattice": "~0.1.0",
"jest": "~24.9.0",
"jest-styled-components": "~6.3.0",
"npm-run-all": "~4.1.0",
"rimraf": "~3.0.0",
"style-loader": "^1.2.1",
"stylelint": "~12.0.0",
"stylelint-config-standard": "~19.0.0",
"stylelint-config-styled-components": "~0.1.1",
"stylelint-processor-styled-components": "~1.9.0",
"uuid": "~3.3.0",
"webpack": "~4.41.0",
"webpack-cli": "~3.3.0",
"webpack-dev-server": "~3.11.0",
"webpack-hot-middleware": "~2.25.0"
},
"scripts": {
"app": "webpack-dev-server --config config/webpack/webpack.config.app.js --env.development",
"build:dev": "webpack --config config/webpack/webpack.config.app.js --env.development",
"build:prod": "webpack --config config/webpack/webpack.config.app.js --env.production",
"clean": "rimraf build/*",
"flow": "flow",
"lint": "npm-run-all lint:css lint:js",
"lint:css": "stylelint './src/**/*.js'",
"lint:js": "eslint --config .eslintrc src",
"test": "jest --config config/jest/jest.config.js --coverage=false",
"test:watch": "jest --config config/jest/jest.config.js --watch --coverage=false"
}
}