-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.28 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
47
48
49
50
{
"name": "@openimis/fe-contribution_plan",
"version": "1.0.0",
"license": "AGPL-3.0-only",
"description": "openIMIS Frontend Contribution Plan reference module",
"repository": "openimis/openimis-fe-contribution_plan_js",
"main": "dist/index.js",
"module": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "vite build",
"start": "vite",
"format": "prettier src -w",
"prepare": "npm run build"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/runtime": "^7.9.6",
"@vitejs/plugin-react": "^5.0.0",
"prop-types": "^15.7.2",
"redux-api-middleware": "^3.2.1",
"vite": "^7.1.2"
},
"files": [
"dist"
],
"peerDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^7.2.0",
"@mui/material": "^7.2.0",
"moment": "^2.25.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^7.1.11",
"react-router-dom": "^5.2.0",
"redux": "^5.0.1"
},
"dependencies": {
"lodash": "^4.17.23"
}
}