-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 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
{
"name": "react-appexa",
"version": "1.0.18",
"description": "",
"files": [
"dist"
],
"main": "./dist/react-appexa.umd.js",
"module": "./dist/react-appexa.es.js",
"exports": {
".": {
"import": "./dist/react-appexa.es.js",
"require": "./dist/react-appexa.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "^14.0.0",
"@vitejs/plugin-react": "^4.0.4",
"c8": "^8.0.1",
"eslint": "^8.47.0",
"eslint-plugin-react": "^7.33.1",
"jsdom": "^22.1.0",
"react-test-renderer": "^18.2.0",
"vite": "^5.1.6",
"vitest": "^0.34.1"
},
"dependencies": {
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.4.0",
"esbuild": "^0.19.1",
"react": "^18.2.0",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"react-dom": "^18.2.0"
}
}