-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.99 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
{
"name": "component-set",
"version": "1.111.4",
"main": "dist/templates.json",
"license": "UNLICENSED",
"private": false,
"devDependencies": {
"@arcgis/webpack-plugin": "^4.18.0",
"@betty-blocks/cli": "^23.35.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"@commitlint/prompt-cli": "^11.0.0",
"eslint": "^5.9.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"husky": "^4.2.5",
"nodemon": "^1.19.1",
"prettier": "^1.15.3",
"semantic-release": "^17.2.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint && yarn prettier:check",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"scripts": {
"start": "bb components serve -p 5002",
"build": "bb components build",
"dev": "nodemon",
"lint": "eslint --ext js ./src",
"prettier:base": "prettier --single-quote",
"prettier:check": "yarn prettier:base --list-different \"src/**/*.js\"",
"prettier:write": "yarn prettier:base --write \"src/**/*.js\"",
"upload": "bb components publish -b material-ui-component-set",
"test": "echo \"Error: no test specified\" && exit 0",
"bundle": "npx webpack --config webpack.config.js"
},
"files": [
"dist"
],
"dependencies": {
"@arcgis/core": "^4.18.1",
"@date-io/date-fns": "^1.3.13",
"@esri/react-arcgis": "^5.1.0",
"@material-ui/core": "^4.9.11",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.50",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.9.10",
"date-fns": "^2.11.0",
"esri-loader": "^3.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/bettyblocks/material-ui-component-set.git"
}
}