-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 899 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 899 Bytes
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
{
"name": "adsum-react-components-mono-repo",
"private": true,
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.2",
"babel-preset-airbnb": "^2.5.3",
"eslint": "^4.0.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.72.0",
"lerna": "^2.10.2",
"node-less-chokidar": "^0.1.2"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"build-css": "node-less-chokidar packages",
"precommit": "yarn run build-css && yarn run lint && yarn run flow",
"flow": "flow",
"lint": "eslint packages"
},
"dependencies": {},
"keywords": [
"react",
"redux",
"touchscreen",
"touch",
"adsum",
"adadactive"
],
"workspaces": [
"packages/*"
]
}