forked from yury-dymov/react-bootstrap-timezone-picker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.45 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.45 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "react-bootstrap-timezone-picker",
"version": "1.0.11",
"description": "Timezone picker for react-bootstrap",
"main": "dist/react-bootstrap-timezone-picker.min.js",
"scripts": {
"build": "npm run build:max && npm run build:min",
"build:max": "NODE_ENV=production webpack --verbose --colors --display-error-details src/index.jsx dist/react-bootstrap-timezone-picker.js",
"build:min": "NODE_ENV=production webpack --verbose --colors --display-error-details -p src/index.jsx dist/react-bootstrap-timezone-picker.min.js",
"coverage": "istanbul cover _mocha -- --compilers js:babel-core/register",
"demo": "NODE_ENV=production webpack --verbose --colors --display-error-details --config webpack.demo.config.js -p demo/index.jsx demo/dist/index.js",
"lint": "eslint src --ext .js,.jsx",
"test": "mocha --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yury-dymov/react-bootstrap-timezone-picker.git"
},
"keywords": [
"react",
"bootstrap",
"timezone",
"picker"
],
"author": "Yuri Dymov",
"license": "MIT",
"bugs": {
"url": "https://github.com/yury-dymov/react-bootstrap-timezone-picker/issues"
},
"homepage": "https://github.com/yury-dymov/react-bootstrap-timezone-picker#readme",
"devDependencies": {
"babel-core": "^6.11.4",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.5.2",
"cheerio": "^0.22.0",
"css-loader": "^0.25.0",
"enzyme": "^2.4.1",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"istanbul": "^1.1.0-alpha.1",
"jsdom": "^9.6.0",
"json-loader": "^0.5.4",
"mocha": "^3.1.0",
"postcss-loader": "^0.13.0",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-bootstrap": "^0.30.3",
"react-dom": "^15.3.2",
"sinon": "^1.17.6",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.2",
"webpack": "^1.13.1",
"webpack-node-externals": "^1.3.3"
},
"peerDependencies": {
"react": "*",
"react-bootstrap": "*"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
}
}