-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "react-captcha-qiuz",
"version": "1.0.4",
"description": "a captcha component of reactjs",
"main": "dist/index.js",
"scripts": {
"start": "webpack-dev-server --config webpack-dev.config.js",
"build": "webpack --config webpack-build.config.js --progress --profile --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qiuziz/react-captcha.git"
},
"keywords": [
"captcha",
"react-captcha"
],
"author": "qiuz",
"license": "MIT",
"bugs": {
"url": "https://github.com/qiuziz/react-captcha/issues"
},
"homepage": "https://github.com/qiuziz/react-captcha#readme",
"dependencies": {
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"react-hot-loader": "^1.3.1",
"sass-loader": "^6.0.6",
"scss-loader": "^0.0.1",
"style-loader": "^0.18.2",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
}
}