-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.58 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-radio-button",
"version": "1.5.4",
"description": "A react radio button component with an additional pinch of CSS applied.",
"main": "lib/index.js",
"scripts": {
"dev": "NODE_ENV=development npm start",
"start": "webpack --config webpack.config.dev.js && node devServer.js",
"build": "NODE_ENV=production webpack --config webpack.config.build.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tan31989/react-radio-button.git"
},
"keywords": [
"radio-button",
"react",
"es6"
],
"author": "Nagaraj Tantri ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/tan31989/react-radio-button/issues"
},
"homepage": "https://github.com/tan31989/react-radio-button#readme",
"peerDependencies": {
"react": "^15.2.0"
},
"devDependencies": {
"babel-core": "^6.3.15",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"babel-preset-stage-0": "^6.5.0",
"babel-root-import": "^3.2.2",
"bootstrap": "^3.3.7",
"css": "^2.2.1",
"css-loader": "^0.23.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.2"
}
}