-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "follow-the-sky",
"homepage": "https://gggdomi.github.io/follow-the-sky",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist",
"preview": "vite preview"
},
"dependencies": {
"@atproto/api": "^0.2.7",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@rsuite/icons": "^1.0.2",
"mobx": "^6.9.0",
"mobx-react-lite": "^3.4.3",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-data-grid": "^7.0.0-beta.28",
"react-dom": "^18.2.0",
"rsuite": "^5.31.1"
},
"devDependencies": {
"@types/papaparse": "^5.3.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"gh-pages": "^5.0.0",
"prettier": "^2.8.7",
"typescript": "^5.0.4",
"vite": "^4.2.0"
}
}