-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1012 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1012 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
38
39
40
41
42
{
"name": "@expandorg/frontend-utils",
"version": "0.1.0",
"private": true,
"description": "Expand.org frontend app utils",
"license": "MPL-2.0",
"main": "index.js",
"author": "expand.org",
"scripts": {
"lerna": "lerna",
"bootstrap": "lerna bootstrap --use-workspaces",
"test": "jest --config jest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expandorg/frontend-utils.git"
},
"bugs": {
"url": "https://github.com/expandorg/frontend-utils/issues"
},
"homepage": "https://github.com/expandorg/frontend-utils#readme",
"keywords": [
"react",
"redux",
"expand"
],
"workspaces": [
"packages/*"
],
"devDependencies": {
"@expandorg/eslint-config": "^0.5.11",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"flow-bin": "^0.118.0",
"lerna": "^3.20.2",
"normalizr": "^3.5.0",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"redux-saga": "^1.1.3"
}
}