forked from obss/comfort-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.81 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
{
"name": "comfort-react",
"version": "3.2.2",
"description": "Comfort react infrastructure",
"keywords": [
"comfort",
"react"
],
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"scripts": {
"build": "rimraf dist && rollup --config rollup.config.mjs --environment NODE_ENV:production",
"start": "rimraf dist && rollup --config rollup.config.mjs -w --environment NODE_ENV:development",
"prepublishOnly": "npm run build",
"start-storybook": "set PUBLIC_URL=. && react-scripts start",
"build-storybook": "react-scripts build",
"test": "cypress open --component"
},
"repository": "https://github.com/obss/comfort-react",
"homepage": "https://obss.github.io/comfort-react-demo",
"license": "MIT",
"author": "ahmetemrekilinc",
"peerDependencies": {
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.10.9",
"@mui/lab": "5.0.0-alpha.103",
"@mui/material": "5.10.9",
"@mui/utils": "5.10.9",
"@mui/x-date-pickers": "5.0.4",
"date-fns": "2.29.3",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-draggable": "4.4.5",
"react-dropzone": "14.2.3",
"react-imask": "6.4.3",
"react-phone-input-2": "2.15.1"
},
"dependencies": {
"libphonenumber-js": "1.10.14",
"notistack": "2.0.5",
"numeral": "2.0.6",
"prop-types": "15.8.1",
"react-number-format": "5.0.0",
"react-validatable-form": "4.0.1",
"stylis": "4.1.2",
"stylis-plugin-rtl": "2.1.1",
"with-query": "1.3.0"
},
"devDependencies": {
"@babel/core": "7.19.3",
"@babel/eslint-parser": "7.19.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-function-bind": "7.18.9",
"@babel/plugin-syntax-import-assertions": "7.18.6",
"@babel/preset-env": "7.19.4",
"@babel/preset-react": "7.18.6",
"@cypress/react": "6.2.0",
"@cypress/webpack-dev-server": "2.4.0",
"@emotion/cache": "11.10.3",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.10.9",
"@mui/lab": "5.0.0-alpha.103",
"@mui/material": "5.10.9",
"@mui/utils": "5.10.9",
"@mui/x-date-pickers": "5.0.4",
"@rollup/plugin-babel": "6.0.0",
"@rollup/plugin-commonjs": "23.0.0",
"@rollup/plugin-json": "5.0.0",
"@rollup/plugin-node-resolve": "15.0.0",
"@rollup/plugin-replace": "5.0.0",
"cypress": "10.10.0",
"cypress-react-unit-test": "4.17.2",
"date-fns": "2.29.3",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"html-webpack-plugin": "5.5.0",
"jsx-to-string": "1.4.0",
"miragejs": "0.1.45",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "4.4.5",
"react-dropzone": "14.2.3",
"react-helmet-async": "1.3.0",
"react-imask": "6.4.3",
"react-minimal-side-navigation": "1.9.2",
"react-phone-input-2": "2.15.1",
"react-router-dom": "6.4.2",
"react-scripts": "5.0.1",
"rollup": "3.2.2",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-visualizer": "5.8.3",
"web-vitals": "3.0.1"
},
"files": [
"dist"
],
"browserslist": [
"defaults"
]
}