-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.1 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
{
"name": "@starwit/react-starwit",
"version": "2.0.3",
"private": false,
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"peerDependencies": {
"@date-io/moment": ">=2.0.0 <3.0.0",
"@mui/icons-material": ">=5.0.0 <6.0.0",
"@mui/lab": "^5.0.0-alpha.151",
"@mui/material": ">=5.0.0 <6.0.0",
"axios": "<2.0.0",
"notistack": ">=2.0.0 <4.0.0",
"react": "<19.0.0",
"react-dom": "<19.0.0",
"react-i18next": ">=11.0.0 <14.0.0",
"react-router-dom": ">=6.0.0 <7.0.0",
"@mui/x-date-pickers": ">=5.0.0 <7.0.0",
"moment": ">=2.0.0 <3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-image": "^2.1.1",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"prop-types": "^15.8.1",
"rollup": "^2.72.1"
},
"main": "dist/index.js",
"repository": "https://github.com/starwit/react-starwit",
"dependencies": {}
}