forked from mikhael28/paretOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·129 lines (129 loc) · 3.88 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
125
126
127
128
129
{
"name": "paret-os",
"version": "0.1.5",
"private": true,
"dependencies": {
"@aws-amplify/api-rest": "2.0.40",
"@aws-amplify/auth": "4.5.4",
"@aws-amplify/core": "4.5.4",
"@aws-amplify/storage": "^4.4.22",
"@babel/core": "7.0.0",
"@date-io/date-fns": "^2.13.2",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@mui/material": "5.6.4",
"@mui/styles": "5.6.2",
"@mui/system": "5.2.3",
"@mui/x-date-pickers": "5.0.0-alpha.2",
"@portabletext/react": "1.0.6",
"@rollup/plugin-node-resolve": "^13.3.0",
"@sanity/client": "3.3.0",
"@sanity/image-url": "1.0.1",
"@sentry/react": "6.19.7",
"@sentry/tracing": "6.19.7",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@types/pell": "^1.0.1",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/reactour": "1.18.2",
"@types/testing-library__jest-dom": "^5.14.3",
"classnames": "2.3.1",
"date-fns": "2.28.0",
"flutterwave-react-v3": "1.2.1",
"history": "5.3.0",
"jest": "27.0.0",
"jsdom": "^19.0.0",
"lodash.clonedeep": "4.5.0",
"lodash.sortby": "4.7.0",
"nanoid": "^3.3.4",
"ninja-keys": "^1.2.1",
"pell": "^1.0.6",
"prop-types": "15.8.1",
"pure-react-carousel": "1.28.1",
"react": "18.1.0",
"react-beautiful-dnd": "13.1.0",
"react-bootstrap": "0.32.4",
"react-dom": "18.1.0",
"react-hook-form": "7.30.0",
"react-icons": "4.3.1",
"react-is": "17.0.0",
"react-native": "0.59.0",
"react-particles-webgl": "^1.0.10",
"react-redux": "8.0.1",
"react-router-dom": "^5.2.0",
"react-spring": "8.0.27",
"react-stripe-elements": "1.6.0",
"reactour": "1.18.7",
"redux": "4.2.0",
"rollup": "2.42.0",
"socket.io-client": "4.5.1",
"styled-components": "5.3.5",
"three": "0.107.0",
"toasted-notes": "3.2.0",
"ts-audio": "^0.7.0",
"typescript": "4.6.4",
"uuid": "8.3.2",
"victory": "36.3.2",
"vite": "^2.9.9",
"vite-jest": "^0.1.4",
"web-vitals": "2.1.4",
"workbox-background-sync": "6.5.3",
"workbox-broadcast-update": "6.5.3",
"workbox-cacheable-response": "6.5.3",
"workbox-core": "6.5.3",
"workbox-expiration": "6.5.3",
"workbox-google-analytics": "6.5.3",
"workbox-navigation-preload": "6.5.3",
"workbox-precaching": "6.5.3",
"workbox-range-requests": "6.5.3",
"workbox-routing": "6.5.3",
"workbox-strategies": "6.5.3",
"workbox-streams": "6.5.3"
},
"scripts": {
"start": "vite",
"build": "vite build",
"test": "vite-jest",
"test:unit": "CI=true vite-jest",
"test:integration": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha --timeout=30000 -r ts-node/register './tests/integration/*.ts'",
"serve": "serve -s build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@mui/types": "7.1.3",
"@types/chai": "^4.3.1",
"@types/expect": "^24.3.0",
"@types/jest": "27.5.1",
"@types/lodash.sortby": "^4.7.7",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.34",
"@types/puppeteer": "^5.4.5",
"@types/react": "^18.0.0",
"@types/react-bootstrap": "^0.32.27",
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.3.1",
"@vitejs/plugin-react": "1.3.2",
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"mocha": "^9.2.2",
"prettier": "2.5.1",
"puppeteer": "^14.1.0",
"rollup-plugin-visualizer": "^5.6.0",
"stylelint": "^14.8.2",
"stylelint-config-standard": "^25.0.0",
"ts-node": "^10.7.0"
}
}