-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 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
55
56
{
"name": "react-picker-mb",
"version": "0.1.3",
"description": "A picker component for mobile device",
"main": "lib/react-picker-mb.js",
"repository": {
"type": "git",
"url": "https://github.com/jessemao/react-picker-mobile"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.2",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.26.1",
"eslint": "^3.16.1",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-react": "^6.10.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.3.4",
"rimraf": "^2.6.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.1"
},
"dependencies": {
"classnames": "^2.2.5",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"keywords": [
"react",
"react picker",
"react picker mobile",
"mobile picker",
"picker",
"react-component",
"react components",
"react ui",
"mobile ui"
],
"scripts": {
"clean": "rimraf lib",
"lint": "eslint src",
"build": "npm run clean && npm run lint && set NODE_ENV=production && webpack --progress --hide-modules --config webpack.build.js"
},
"author": {
"name": "Jingxian Mao",
"email": "[email protected]"
},
"license": "MIT"
}