-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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
{
"name": "react-verify-code",
"version": "1.1.2",
"description": "A graphic verification code component for react",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.build.config.js --progress --profile --colors",
"dev": "webpack-dev-server --config webpack.config.js"
},
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"webpack": "^2.6.0",
"webpack-dev-server": "^2.4.5"
},
"keywords": [
"verifiy",
"code",
"graphic-code",
"verification"
],
"authors": [
"Runbin Liu <365456507@qq.com> (https://github.com/Slebee)"
],
"repository": {
"type": "git",
"url": "https://github.com/Slebee/react-verify-code.git"
},
"bugs": {
"url": "https://github.com/Slebee/react-verify-code/issues"
},
"author": "slebee",
"license": "MIT"
}