-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.71 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
{
"name": "avyeyes-client",
"version": "1.0.0",
"description": "React JS client for AvyEyes",
"main": "avyeyes.js",
"author": "Jamie Sampey",
"scripts": {
"clean": "rm -rf app/assets/javascripts/build",
"compile": "webpack --config webpack.dev.js",
"watch": "webpack --config webpack.dev.js --watch",
"dist": "npm run clean && webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamiesampey/avyeyes.git"
},
"homepage": "https://github.com/jamiesampey/avyeyes",
"dependencies": {
"@material-ui/core": "^3.6.0",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.24",
"aws-sdk": "^2.362.0",
"cesium": "^1.51.0",
"classnames": "^2.2.6",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-copy-to-clipboard": "^5.0.1",
"react-dnd": "^6.0.0",
"react-dnd-html5-backend": "^6.0.0",
"react-dom": "^16.6.3",
"react-image-lightbox": "^5.0.0",
"react-select": "^2.1.2",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.8",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"url-loader": "^1.1.2",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
}
}