-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.65 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.65 KB
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
{
"name": "@expandorg/expand-ui",
"version": "0.1.0",
"private": true,
"description": "expand UI components library",
"license": "MPL-2.0",
"author": "expand.org",
"main": "index.js",
"scripts": {
"lerna": "lerna",
"bootstrap": "lerna bootstrap --hoist",
"test": "jest --config jest.config.js",
"coverage": "jest --collectCoverage --coverageDirectory ./coverage",
"lint": "node_modules/.bin/eslint --ext .js packages/**/src/",
"docz:dev": "docz dev",
"docz:build": "docz build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expandorg/expand-components.git"
},
"bugs": {
"url": "https://github.com/expandorg/expand-components/issues"
},
"homepage": "https://github.com/expandorg/expand-components#readme",
"keywords": [
"react",
"ui-kit",
"form-builder",
"docz"
],
"devDependencies": {
"@expandorg/eslint-config": "^0.5.13",
"babel-eslint": "^10.1.0",
"classnames": "^2.2.6",
"css-loader": "^3.4.0",
"date-fns": "^1.30.1",
"debounce": "^1.2.0",
"docz": "^1.3.2",
"docz-theme-default": "^1.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"flow-bin": "^0.121.0",
"jest": "^24.9.0",
"lerna": "^3.20.2",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^10.2.2",
"react-router-dom": "^5.1.2",
"react-spring": "^8.0.27",
"style-loader": "^1.1.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2"
},
"dependencies": {}
}