-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
112 lines (112 loc) · 3.82 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
{
"name": "comfort-react",
"version": "4.2.1",
"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": "vite --port 3244",
"build-storybook": "vite build",
"preview-storybook": "vite preview",
"test": "cypress open --component"
},
"repository": {
"type": "git",
"url": "git+https://github.com/obss/comfort-react.git"
},
"homepage": "https://obss.github.io/comfort-react-demo",
"license": "MIT",
"author": "ahmetemrekilinc",
"peerDependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "5.14.16",
"@mui/x-date-pickers": "6.17.0",
"date-fns": "2.30.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-draggable": "4.4.6",
"react-dropzone": "14.2.3",
"react-imask": "7.1.3",
"react-phone-input-2": "2.15.1"
},
"dependencies": {
"libphonenumber-js": "1.10.49",
"notistack": "3.0.1",
"prop-types": "15.8.1",
"react-number-format": "5.3.1",
"react-validatable-form": "5.0.2",
"stylis": "4.3.0",
"stylis-plugin-rtl": "2.1.1",
"with-query": "1.3.0"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-function-bind": "7.22.5",
"@babel/plugin-syntax-import-assertions": "7.22.5",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@cypress/react": "8.0.0",
"@cypress/webpack-dev-server": "3.6.1",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "5.14.16",
"@mui/x-date-pickers": "6.17.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-json": "6.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@vitejs/plugin-react": "4.1.0",
"cypress": "13.4.0",
"cypress-react-unit-test": "4.17.2",
"date-fns": "2.30.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"html-webpack-plugin": "5.5.3",
"jsx-to-string": "1.4.0",
"miragejs": "0.1.48",
"prettier": "3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "4.4.6",
"react-dropzone": "14.2.3",
"react-helmet-async": "1.3.0",
"react-imask": "7.1.3",
"react-minimal-side-navigation": "1.9.2",
"react-phone-input-2": "2.15.1",
"react-router-dom": "6.18.0",
"rollup": "4.2.0",
"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.9.2",
"vite": "4.5.0",
"web-vitals": "3.5.0"
},
"files": [
"dist"
],
"browserslist": [
"defaults"
],
"packageManager": "[email protected]"
}