-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "evo-it-custom-components",
"version": "0.3.5",
"private": false,
"description": "Shared EVO-IT components",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MrRainesE/shared-components.git"
},
"author": "evo-it",
"license": "ISC",
"bugs": {
"url": "https://github.com/MrRainesE/shared-components/issues"
},
"homepage": "https://github.com/MrRainesE/shared-components#readme",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.97",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-i18next": "^14.1.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"build": "babel --extensions .ts,.tsx,.js,.jsx ./src -d ./dist",
"prepublishOnly": "npm run build",
"test": "jest"
},
"jest": {
"testEnvironment": "jsdom"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"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"
]
}
}