forked from binary-com/deriv-developers-portal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.7 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
{
"name": "deriv-api-product",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"eslint": "npx eslint . --ext .js,.jsx,.tsx",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"e2e": "cypress open"
},
"dependencies": {
"@cypress/code-coverage": "^3.10.0",
"@deriv/deriv-api": "^1.0.11",
"@rollup/plugin-babel": "^5.3.1",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-react": "^1.3.2",
"@xstate/react": "^3.0.0",
"@xstate/test": "^0.5.1",
"cypress": "^10.3.0",
"dialog-polyfill": "^0.5.6",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"glob-parent": "^6.0.1",
"prettier": "^2.7.1",
"prismjs": "^1.28.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.33.1",
"react-query": "^3.39.2",
"react-router-dom": "^6.3.0",
"react-table": "^7.8.0",
"rxjs": "^7.5.6",
"sass": "^1.53.0",
"solid-js": "^1.4.7",
"terser": "^5.14.2",
"typescript": "^4.7.4",
"vite": "^2.9.9",
"vite-plugin-istanbul": "^2.9.0",
"xstate": "^4.32.1"
}
}