-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.74 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
{
"name": "react-a11y-select-alt",
"version": "0.0.5",
"description": "A web-accessible React select/menu/dropdown component. This project is a alternative from react-a11y-select, by mdesjardins.",
"keywords": [
"react-component"
],
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"homepage": "nwb build-demo && gh-pages -d demo/dist"
},
"dependencies": {
"lodash.uniqueid": "^4.0.1"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.4.1",
"babel-plugin-recharts": "^1.1.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-webpack-alias": "^2.1.2",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-flowtype": "^2.2.6",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-mocha": "^2.2.0",
"eslint-plugin-react": "^4.3.0",
"gh-pages": "1.1.0",
"nwb": "0.20.x",
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
"author": "Mike Desjardins",
"homepage": "http://www.mikedesjardins.net/react-a11y-select",
"license": "MIT",
"repository": "https://github.com/ricardoHer/react-a11y-select-alt",
"bugs": "https://github.com/ricardoHer/react-a11y-select-alt/issues"
}