-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
155 lines (155 loc) · 4.92 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "@mov-ai/mov-fe-lib-react",
"version": "1.3.9",
"description": "The Mov.AI's frontend library for React.",
"keywords": [
"frontend",
"core",
"common",
"react",
"utils"
],
"homepage": "https://github.com/MOV-AI/frontend-npm-lib-react/blob/main/README.md",
"repository": {
"type": "git",
"url": "https://github.com/MOV-AI/frontend-npm-lib-react.git"
},
"license": "ISC",
"author": "MOV.AI",
"main": "./dist/index.js",
"files": [
"dist",
"resources"
],
"scripts": {
"build": "webpack --mode=production",
"build-storybook": "build-storybook",
"buildDev": "webpack --mode=development --watch",
"clean": "rm -rf node_modules",
"lock": "mv ../../pnpm-workspace.yaml ../../pnpm-workspace.yaml.bak ; pnpm i ; mv ../../pnpm-workspace.yaml.bak ../../pnpm-workspace.yaml",
"prepare": "husky",
"storybook": "start-storybook -p 3001",
"test": "jest --config jest.config.js --coverage",
"testDev": "jest --config jest.config.js --watchAll"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown",
"package.json": "sort-package-json"
},
"dependencies": {
"@babel/runtime": "7.22.15",
"@date-io/date-fns": "^1.3.13",
"@fontsource/open-sans": "^4.5.11",
"@fontsource/roboto": "^4.5.8",
"@types/react": "^18.2.45",
"clsx": "^1.1.1",
"filefy": "^0.1.11",
"i18next": "^21.0.2",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.7.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"material-icons": "^0.1.0",
"notistack": "^1.0.10",
"prop-types": "^15.7.2",
"react-virtualized": "^9.22.3",
"react-virtualized-tree": "^3.4.1",
"react-virtuoso": "^4.6.3",
"stacktrace-js": "^2.0.2",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@fortawesome/fontawesome-free": "^6.2.1",
"@material-table/core": "^4.3.11",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.5",
"@mov-ai/mov-fe-lib-core": "^1.2.3-1",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-controls": "^6.4.19",
"@storybook/addon-docs": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/addons": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/preset-create-react-app": "^1.5.2",
"@storybook/react": "^6.4.19",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^14.1.2",
"@types/jest": "27.5.1",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.30",
"@types/prop-types": "^15.7.5",
"@types/testing-library__jest-dom": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"babel-jest": "^28.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^6.3.0",
"eslint": "^8.36.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"http-proxy-middleware": "^2.0.1",
"husky": "^9.1.6",
"jest": "^28.1.0",
"jest-environment-jsdom": "^29.0.3",
"lint-staged": "^15.2.10",
"prettier": "3.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sort-package-json": "2.10.1",
"storybook-addon-mock": "^2.4.1",
"style-loader": "^3.3.0",
"ts-jest": "^28.0.3",
"ts-loader": "^9.3.1",
"typescript": "^4.8.3",
"url-loader": "^4.1.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-node-externals": "^3.0.0"
},
"peerDependencies": {
"@material-table/core": "^4.3.11",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.5",
"@mov-ai/mov-fe-lib-core": "^1.2.0-7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"packageManager": "[email protected]",
"publishConfig": {
"registry": "https://npm.pkg.github.com/mov-ai"
},
"pnpm": {
"overrides": {
"@material-table/core": "^4.3.11",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"proxy": {
"/token-auth": "http://localhost/token-auth",
"/ws/subscriber": "http://localhost/ws/subscriber",
"/api/v1": "http://localhost/api/v1"
}
}