-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.21 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
45
46
{
"name": "react-formstate-demo",
"version": "0.0.2",
"description": "demo forms for react-formstate",
"noMain": "notForPublishing.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dtrelogan/react-formstate-demo.git"
},
"keywords": [
"react-formstate-demo"
],
"author": "daniel trelogan",
"license": "MIT",
"bugs": {
"url": "https://github.com/dtrelogan/react-formstate-demo/issues"
},
"homepage": "https://github.com/dtrelogan/react-formstate-demo#readme",
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-react": "^7.28.5",
"babel-loader": "^10.0.0",
"css-loader": "^7.1.4",
"style-loader": "^4.0.0",
"webpack": "^5.105.3",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3"
},
"dependencies": {
"core-js": "^3.48.0",
"raf": "^3.4.1",
"react": "^18.3.1",
"react-bootstrap": "^1.6.8",
"react-datepicker": "^9.1.0",
"react-dom": "^18.3.1",
"react-formstate": "^0.6.15",
"react-formstate-validation": "^0.3.8",
"redux": "^4.0.4",
"uuid": "^13.0.0"
}
}