-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.39 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
{
"name": "pwd-unitybar",
"version": "1.4.0",
"description": "Unified header bar for PWD Stormwater web apps",
"main": "dist/pwd.unitybar.min.js",
"scripts": {
"bundle": "node_modules/.bin/webpack --mode=production --config webpack.dist.config.js --colors",
"start": "node_modules/.bin/webpack-dev-server --mode=development --config webpack.dev.config.js --progress --colors --host 0.0.0.0 --port 7777",
"lint": "node_modules/.bin/eslint src/js/**",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "npm rebuild node-sass --quiet --force",
"cibuild:staging": "node_modules/.bin/webpack --mode=production --config webpack.staging.config.js --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azavea/pwd-unitybar.git"
},
"author": "Azavea",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/azavea/pwd-unitybar/issues"
},
"homepage": "https://github.com/azavea/pwd-unitybar#readme",
"dependencies": {
"prettier-loader": "2.1.1",
"react-hot-loader": "4.8.2",
"react-media": "^1.9.2",
"react-onclickoutside": "6.7.0"
},
"peerDependencies": {
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.4.0",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/preset-env": "7.4.2",
"@babel/preset-react": "7.0.0",
"@babel/runtime-corejs2": "7.4.2",
"@material-ui/core": "3.9.3",
"autoprefixer": "8.2.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"core-js": "2.6.5",
"css-loader": "2.1.1",
"debug": "2.6.9",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-import-resolver-webpack": "0.11.0",
"eslint-loader": "2.1.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"file-loader": "0.11.2",
"html-loader": "0.5.1",
"html-webpack-plugin": "3.2.0",
"macaddress": "0.2.9",
"no-case": "2.3.2",
"node-sass": "4.11.0",
"postcss-loader": "2.1.3",
"prettier": "1.16.4",
"prop-types": "15.6.0",
"react": "16.4.2",
"react-dom": "16.4.2",
"sass-loader": "6.0.6",
"style-loader": "0.18.2",
"url-loader": "1.1.1",
"webpack": "4.30.0",
"webpack-bundle-analyzer": "3.3.2",
"webpack-cli": "3.2.0",
"webpack-dev-server": "3.2.1"
}
}