databag/net/web/package.json

76 lines
1.9 KiB
JSON
Raw Normal View History

2022-03-10 18:54:09 +00:00
{
"name": "databag",
2022-03-10 18:54:09 +00:00
"version": "0.1.0",
"private": true,
"jest": {
"testEnvironment": "jsdom",
"modulePaths": [
"<rootDir>/src/"
],
"testMatch": [
"**/test/**"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/mock/fileMock.js",
"\\.(css|less|scss|sass)$": "identity-obj-proxy"
}
},
2022-03-10 18:54:09 +00:00
"dependencies": {
"@charliewilco/gluejar": "^1.0.0",
2022-03-10 18:54:09 +00:00
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/user-event": "^13.2.1",
2022-12-07 06:52:53 +00:00
"antd": "^5.0.4",
2022-07-20 20:54:22 +00:00
"axios": "^0.27.2",
2022-03-11 21:40:29 +00:00
"base-64": "^1.0.0",
2022-12-07 06:52:53 +00:00
"crypto-js": "^4.1.1",
2023-04-03 05:21:10 +00:00
"dompurify": "^3.0.1",
2022-12-07 06:52:53 +00:00
"jsencrypt": "^2.3.1",
"react": "^18.2.0",
2022-05-27 22:20:27 +00:00
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
2022-03-23 21:28:07 +00:00
"react-easy-crop": "^4.1.4",
2023-03-28 02:09:42 +00:00
"react-icons": "^4.8.0",
"react-image-file-resizer": "^0.4.8",
2022-04-12 19:51:44 +00:00
"react-resize-detector": "^7.0.0",
2022-03-15 03:45:54 +00:00
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
2022-03-16 17:45:06 +00:00
"styled-components": "^5.3.3",
2022-03-10 18:54:09 +00:00
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
2022-03-10 18:54:09 +00:00
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@testing-library/dom": "^8.19.1",
"@testing-library/react": "^13.4.0",
"babel-jest": "^29.3.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"react-test-renderer": "^18.2.0"
2022-03-10 18:54:09 +00:00
}
}