-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
75 lines (75 loc) · 2.43 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
{
"name": "root",
"version": "0.0.1",
"private": true,
"license": "MIT",
"scripts": {
"show": "yarn nx show project json-difference --web",
"graph": "yarn nx graph",
"graph:affected": "yarn nx graph --affected",
"release": "npx nx run-many --target=version --parallel=1 ${0}"
},
"devDependencies": {
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@jscutlery/semver": "^4.2.0",
"@nx/devkit": "18.0.0",
"@nx/eslint": "18.0.0",
"@nx/eslint-plugin": "18.0.0",
"@nx/jest": "18.0.0",
"@nx/js": "18.0.0",
"@nx/vite": "18.0.0",
"@nx/workspace": "18.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vitejs/plugin-react": "^4.0.3",
"@yarnpkg/plugin-version": "^4.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsonc": "^2.11.2",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"framer-motion": "^10.13.0",
"jest": "^29.7.0",
"json-difference": "1.15.7",
"jsonc-eslint-parser": "^2.4.0",
"monaco-editor": "^0.40.0",
"ngx-deploy-npm": "^7.1.0",
"nx": "18.0.0",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-monaco-editor": "^0.55.0",
"replace-json-property": "^1.9.0",
"rollup-plugin-copy": "^3.5.0",
"semantic-release": "^22.0.12",
"semantic-release-yarn": "^2.0.2",
"ts-jest": "^29.1.1",
"tsx": "^4.7.0",
"typescript": "5.1.6",
"vite": "^5.0.10",
"vite-plugin-dts": "~2.3.0",
"vite-plugin-static-copy": "^1.0.0",
"vite-tsconfig-paths": "^4.2.0"
},
"packageManager": "[email protected]"
}