-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "osnap",
"private": true,
"dependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@reduxjs/toolkit": "^2.5.1",
"babel-loader": "^9.2.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.3.5",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.5",
"react-timestamp": "^6.0.0",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"postinstall": "npm run build",
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production"
},
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": "22.13.1",
"npm": "10.9.2"
}
}