This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
131 lines (131 loc) · 4.53 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
130
131
{
"name": "@deriv-com-v2/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"dev:hk": "nx serve deriv-hk",
"clean:hk": "nx clean deriv-hk",
"build:hk": "nx export deriv-hk",
"build-storybook": "nx build-storybook storybook-host",
"storybook": "nx storybook storybook-host",
"clean:dist": "rimraf dist",
"clean:assets": "rimraf -g assets/public/**/optimized-images && rimraf -g assets/public/**/nextImageExportOptimizer",
"clean:assets-hash": "rimraf assets/public/next-image-export-optimizer-hashes.json",
"clean": "npm-run-all clean:dist clean:hk clean:assets clean:assets-hash",
"chromatic": "chromatic --exit-zero-on-changes --only-changed --exit-once-uploaded --output-dir dist/storybook/storybook-host",
"test:ci": "nx run-many --target=test --all --parallel --coverage --coverageReporters=lcov && node ./tools/coverageMerger.js",
"lint": "npx nx run-many --target=lint --all --parallel",
"lint:fix": "npx nx run-many --target=lint --all --parallel --fix",
"test": "npx nx run-many --target=test --all --parallel"
},
"private": true,
"dependencies": {
"@deriv/quill-design": "^1.2.16",
"@deriv/quill-icons": "^1.1.5",
"@nx/next": "16.8.1",
"@react-hook/window-size": "^3.1.1",
"@swc/helpers": "~0.5.0",
"@tanstack/react-table": "^8.10.7",
"class-variance-authority": "^0.7.0",
"closest-match": "^1.3.3",
"clsx": "^2.0.0",
"cva": "npm:class-variance-authority@^0.7.0",
"leaflet": "^1.9.4",
"next": "13.4.19",
"next-image-export-optimizer": "1.8.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"swiper": "^9.1.1",
"tailwind-merge": "^1.14.0",
"tslib": "^2.3.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@jscutlery/semver": "^4.1.0",
"@next/bundle-analyzer": "^13.5.3",
"@nx/devkit": "^17.1.2",
"@nx/eslint-plugin": "16.8.1",
"@nx/js": "16.8.1",
"@nx/linter": "16.8.1",
"@nx/react": "16.8.1",
"@nx/rollup": "16.8.1",
"@nx/storybook": "16.8.1",
"@nx/vite": "16.8.1",
"@nx/web": "16.8.1",
"@nx/webpack": "16.8.1",
"@nx/workspace": "16.8.1",
"@rollup/plugin-url": "^7.0.0",
"@storybook/addon-essentials": "7.4.2",
"@storybook/addon-interactions": "^7.2.2",
"@storybook/addon-links": "^7.4.2",
"@storybook/addon-styling": "^1.3.7",
"@storybook/core-server": "7.4.2",
"@storybook/nextjs": "^7.4.5",
"@storybook/react": "^7.4.4",
"@storybook/react-webpack5": "7.4.0",
"@svgr/rollup": "^8.0.1",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/leaflet": "^1.9.8",
"@types/leaflet.markercluster": "^1.5.4",
"@types/node": "18.14.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "~4.0.0",
"@vitejs/plugin-react-swc": "~3.3.2",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/coverage-v8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"autoprefixer": "10.4.13",
"chromatic": "^7.2.0",
"core-js": "^3.6.5",
"eslint": "~8.46.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"glob": "^10.3.4",
"husky": "^8.0.3",
"jest-environment-jsdom": "^29.4.1",
"jsdom": "~22.1.0",
"lint-staged": "^14.0.1",
"next-router-mock": "^0.9.10",
"ngx-deploy-npm": "^7.1.0",
"npm-run-all": "^4.1.5",
"nx": "16.8.1",
"postcss": "8.4.21",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"rimraf": "^5.0.1",
"sass": "1.62.1",
"tailwindcss": "3.3.3",
"ts-node": "10.9.1",
"typescript": "~5.1.3",
"usehooks-ts": "^2.9.1",
"vite": "~4.3.9",
"vite-plugin-dts": "~2.3.0",
"vitest": "~0.32.0"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "16.5.1",
"@nx/nx-darwin-x64": "16.5.1",
"@nx/nx-linux-x64-gnu": "16.5.1",
"@nx/nx-win32-x64-msvc": "16.5.1"
}
}