-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.83 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": "jot",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://jot-note-app.github.io/Client",
"scripts": {
"dev": "vite",
"build": "relay-compiler --validate && tsc && NODE_ENV=production vite build --mode=prod",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"start": "vite --port 3000 ",
"relay": "relay-compiler --watch",
"predeploy": "pnpm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@draft-js-plugins/buttons": "^4.3.3",
"@draft-js-plugins/editor": "^4.1.4",
"@draft-js-plugins/linkify": "^4.2.2",
"@draft-js-plugins/static-toolbar": "^4.1.4",
"@floating-ui/react": "^0.26.9",
"@react-oauth/google": "^0.11.1",
"@types/draft-js": "^0.11.18",
"draft-js": "^0.11.7",
"install": "^0.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-jwt": "^1.2.0",
"react-relay": "16.0.0",
"reactjs-popup": "^2.0.6",
"relay-runtime": "16.0.0",
"webpack": "^5.91.0"
},
"devDependencies": {
"@apollo/rover": "^0.21.0",
"@babel/preset-typescript": "^7.23.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-relay": "16.0.4",
"@types/relay-runtime": "14.1.19",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.16",
"babel-plugin-relay": "16.0.0",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"gh-pages": "^6.1.1",
"graphql": "^16.8.1",
"postcss": "^8.4.31",
"relay-compiler": "16.0.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-relay": "2.0.0"
}
}