-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.12 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
{
"name": "quick-tick",
"private": true,
"version": "0.0.1",
"homepage": "https://jamesgiu.github.io/quick-tick/",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"predeploy": "tsc && vite build --base=/quick-tick/",
"preview": "vite preview",
"lint": "eslint . --ext=.ts,.tsx",
"lint:fix": "eslint . --ext=.ts,.tsx --fix",
"lint:css": "stylelint \"src/**/*.css\"",
"lint:css:fix": "stylelint --fix \"src/**/*.css\"",
"style": "prettier --check src/",
"style:fix": "prettier --write src/",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "11.10.4",
"@mantine/carousel": "5.5.4",
"@mantine/core": "5.5.4",
"@mantine/dates": "5.5.4",
"@mantine/dropzone": "5.5.4",
"@mantine/form": "5.5.4",
"@mantine/hooks": "5.5.4",
"@mantine/modals": "5.5.4",
"@mantine/notifications": "5.5.4",
"@mantine/nprogress": "5.5.4",
"@mantine/prism": "5.5.4",
"@mantine/rte": "5.5.4",
"@mantine/spotlight": "5.5.4",
"@react-oauth/google": "^0.2.8",
"axios": "^1.1.3",
"dayjs": "^1.11.5",
"embla-carousel-react": "^7.0.3",
"inspirational-quotes": "^2.0.1",
"quick-cyc": "^1.0.1",
"react": "^18.2.0",
"react-burger-menu": "^3.0.8",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.3.4",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2",
"recharts": "^2.2.0",
"recoil": "^0.7.6",
"recoil-persist": "^4.2.0",
"victory": "^36.6.8"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-grid-layout": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"gh-pages": "^4.0.0",
"prettier": "2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"typescript": "^4.8.4",
"vite": "^3.1.0"
}
}