generated from monex-actions-workshop/actions-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "rocketdex-frontend",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:staging": "tsc && vite build --mode staging",
"lint": "eslint ./src/**/*",
"test": "vitest --coverage",
"typecheck": "tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
"@primer/octicons-react": "17.9.0",
"@primer/react": "35.26.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "3.39.2",
"react-router-dom": "6.14.1",
"styled-components": "5.3.7"
},
"devDependencies": {
"@testing-library/cypress": "8.0.7",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.45.1",
"@typescript-eslint/parser": "5.45.1",
"@vitejs/plugin-react": "2.2.0",
"@vitest/coverage-c8": "0.25.5",
"c8": "7.12.0",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-primer-react": "1.0.1",
"jsdom": "20.0.3",
"prettier": "2.8.0",
"typescript": "4.9.3",
"vite": "3.2.5",
"vitest": "0.25.5"
}
}