-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
62 lines (62 loc) · 1.76 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
57
58
59
60
61
62
{
"name": "react-rotate-captcha",
"version": "1.0.26",
"description": "Rotate image captcha,旋转图片验证码",
"main": "./lib/index_bundle.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "npm run clean && webpack --config config/webpack.prod.config.js",
"clean": "rimraf lib",
"dev": "webpack-dev-server --config config/webpack.dev.config.js",
"pub": "pub",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"captcha",
"rotate-captcha"
],
"author": "levi",
"license": "MIT",
"homepage": "https://github.com/cgfeel/react-rotate-captcha",
"bugs": {
"url": "https://github.com/cgfeel/react-rotate-captcha/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/cgfeel/react-rotate-captcha"
},
"files": [
"lib"
],
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-optional-chaining-assign": "^7.23.0",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@pureadmin/release": "^1.0.0",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"node-sass": "^9.0.0",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"ts-loader": "^9.5.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0"
}
}