-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.56 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
{
"name": "dialogic-repo",
"version": "0.13.10",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"deps": "npm run deps --workspaces && npm install",
"github": "npm run github --workspaces --if-present",
"lint": "eslint --ext .js,.ts,.tsx --fix ."
},
"devDependencies": {
"@tsconfig/svelte": "5.0.2",
"@types/rollup": "^0.54.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.0",
"cypress": "^12.7.0",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.2.1",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"npm-check-updates": "^16.7.9",
"npm-run-all": "^4.1.5",
"postcss-cli": "^10.1.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"react": "^18.2.0",
"rollup-plugin-filesize": "^10.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.4"
},
"resolutions": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}