-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.39 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
{
"name": "mui-uxpin",
"version": "1.0.0",
"source": "src/index.js",
"main": "dist/main.js",
"module": "dist/module.js",
"browser": {
"./dist/index.js": "./dist/index.browser.js",
"./dist/index.esm.js": "./dist/index.browser.esm.js"
},
"dependencies": {
"@date-io/date-fns": "^2.16.0",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.10.3",
"@mui/lab": "^5.0.0-alpha.97",
"@mui/material": "^5.10.3",
"@mui/styles": "^5.10.6",
"@mui/x-charts": "^6.18.3",
"@mui/x-data-grid": "^5.17.20",
"@mui/x-date-pickers": "5.0.0",
"apexcharts": "^3.35.5",
"babel-loader": "^9.1.2",
"css-loader": "6.7.3",
"date-fns": "^2.29.3",
"html-react-parser": "^5.1.8",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"mui-image": "^1.0.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-credit-cards": "^0.8.3",
"react-dom": "^18.2.0",
"react-jsx-parser": "^1.29.0",
"style-loader": "3.3.1",
"uuid": "^8.3.2",
"webpack": "^5.88.2"
},
"scripts": {
"uxpin:test": "npx uxpin-merge --disable-tunneling",
"uxpin:push": "npx uxpin-merge push --token <TOKEN>",
"build": "parcel build",
"package": "npm run build && npm pack"
},
"devDependencies": {
"@uxpin/merge-cli": "3.4.8",
"parcel": "^2.7.0"
}
}