forked from netservicespa/astrea-react-ds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (123 loc) · 3.69 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
{
"name": "@netservice/astrea-react-ds",
"version": "1.0.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"license": "Apache-2.0",
"contributors": [
{
"name" : "Eduardo Santarelli",
"email" : "[email protected]",
"url" : "https://github.com/edusan"
},
{
"name" : "Lorenzo Di Giacomo",
"email" : "[email protected]",
"url" : "https://github.com/morrys"
},
{
"name" : "Mustapha Aoussar",
"email" : "[email protected]",
"url" : "https://github.com/aoussarmustapha"
},
{
"name" : "Stefano Barilli",
"email" : "[email protected]",
"url" : "https://github.com/stefanobarilli94"
},
{
"name" : "Vadim Chilinciuc",
"email" : "[email protected]",
"url" : "https://github.com/vadimchilinciuc"
}
],
"files": [
"dist/**/*"
],
"scripts": {
"build": "rollup -c",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@fontsource/titillium-web": "^4.5.9"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@mui/styles": "^5.14.3",
"@mui/system": "^5.14.7",
"@mui/x-date-pickers": "^6.12.1",
"axios": "^1.3.3",
"i18next": "^23.4.1",
"moment": "^2.29.4",
"notistack": "^2.0.8",
"react-i18next": "^13.0.3",
"relay-forms": "^2.0.0",
"relay-hooks": "^8.0.0",
"relay-runtime": "^15.0.0",
"@table-library/react-table-library": "^4.1.7"
},
"devDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/titillium-web": "^4.5.9",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@mui/styles": "^5.14.3",
"@mui/system": "^5.14.7",
"@mui/x-date-pickers": "^6.12.1",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^9.0.2",
"@storybook/addon-a11y": "^7.2.1",
"@storybook/addon-docs": "^7.4.1",
"@storybook/addon-essentials": "7.2.1",
"@storybook/addon-interactions": "7.2.1",
"@storybook/addon-links": "7.2.1",
"@storybook/addon-viewport": "^7.4.1",
"@storybook/blocks": "7.2.1",
"@storybook/manager-api": "^7.2.1",
"@storybook/react": "7.2.1",
"@storybook/react-webpack5": "7.2.1",
"@storybook/testing-library": "0.2.0",
"@storybook/theming": "^7.2.1",
"@table-library/react-table-library": "^4.1.7",
"@types/react": "^17.0.2",
"@types/relay-runtime": "^14.1.13",
"axios": "^1.3.3",
"babel-loader": "^8.3.0",
"i18next": "^23.4.1",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.0.1",
"moment": "^2.29.4",
"notistack": "^2.0.8",
"react-dropzone": "^14.2.3",
"react-i18next": "^13.0.3",
"react-relay": "^15.0.0",
"relay-forms": "^2.0.0",
"relay-hooks": "^8.0.0",
"relay-runtime": "^15.0.0",
"rollup": "^3.2.5",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript-paths": "^1.4.0",
"storybook": "7.2.1",
"storybook-dark-mode": "^3.0.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"tslib": "^2.4.1",
"typescript": "^4.8.4"
}
}