-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "procaptcha-react-webpack",
"version": "2.1.0",
"description": "React and TypeScript example starter project",
"type": "module",
"keywords": [
"typescript",
"react",
"starter"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
"scripts": {
"build": "webpack build --mode development",
"start": "webpack serve --mode development"
},
"engines": {
"node": ">=20",
"npm": ">=9"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@prosopo/procaptcha-common": "^2.1.0",
"@prosopo/procaptcha-frictionless": "^2.1.0",
"@prosopo/types": "^2.0.3",
"babel-loader": "^9.1.3",
"css-loader": "^6.7.1",
"dotenv": "^16.4.5",
"html-webpack-plugin": "^5.6.0",
"loader-utils": "3.2.1",
"mini-css-extract-plugin": "^2.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"string-replace-loader": "^3.1.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-json-access-optimizer": "^1.1.0"
},
"dependencies": {
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"node-polyfill-webpack-plugin": "^3.0.0"
}
}