-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.75 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
{
"name": "gda-frontend-web",
"version": "0.1.0",
"license": "PRIVATE",
"author": {
"name": "euforic.io"
},
"scripts": {
"dev": "vite",
"build:dev": "vite build --mode development",
"build:prod": "vite build",
"serve": "vite preview",
"format": "npx prettier --ignore-unknown --write ./src/**/*.{ts,tsx,js,jsx,md,html,css,json,yaml,yml}",
"lint": "npx eslint --format=compact 'src/**'"
},
"dependencies": {
"@stripe/stripe-js": "^1.42.0",
"daisyui": "^2.39.0",
"firebase": "^9.15.0",
"highcharts": "^10.3.2",
"highcharts-react-official": "^3.1.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-daisyui": "^2.4.6",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-loader-spinner": "^5.3.4",
"react-minimal-pie-chart": "^8.3.0",
"react-phone-number-input": "^3.2.13",
"react-query": "^3.39.2",
"react-router-dom": "^6.3.0",
"video.js": "^7.20.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.20",
"@types/react-dom": "18.0.10",
"@types/react-router-dom": "^5.3.3",
"@types/video.js": "^7.3.50",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.47.0",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.8",
"esbuild": "^0.15.5",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "^7.31.11",
"postcss": "^8.4.19",
"prettier": "^2.8.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-tsconfig-paths": "^3.5.2"
}
}