-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.58 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.58 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
{
"name": "react-16-dropdown",
"version": "0.3.1",
"description": "A zero-dependency, lightweight and fully customizable dropdown (not select) for React.",
"main": "dist/react-16-dropdown.js",
"scripts": {
"test": "nyc mocha test/specs/*.js*",
"test-lint": "eslint src",
"start": "webpack-dev-server",
"build": "webpack",
"build-docs": "NODE_ENV=production webpack"
},
"author": "muchhalaankit@gmail.com",
"homepage": "https://github.com/ankit-m/react-16-dropdown",
"bugs": {
"url": "https://github.com/ankit-m/react-16-dropdown/issues",
"email": "muchhalaankit@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ankit-m/react-16-dropdown.git"
},
"keywords": [
"react",
"dropdown"
],
"license": "ISC",
"peerDependencies": {
"react": "16.4.0",
"react-dom": "16.4.0"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"babel-register": "6.26.0",
"chai": "4.1.2",
"css-loader": "0.28.8",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.9.1",
"html-webpack-plugin": "2.30.1",
"jsdom": "11.11.0",
"mocha": "5.2.0",
"nyc": "12.0.2",
"react": "16.4.0",
"react-dom": "16.4.0",
"sinon": "6.0.0",
"style-loader": "0.19.1",
"webpack": "3.10.0",
"webpack-dev-server": "2.11.1"
}
}