-
-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
133 lines (133 loc) · 3.98 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "notabase",
"version": "0.1.0",
"private": true,
"license": "AGPL",
"homepage": "https://notabase.io",
"repository": {
"type": "git",
"url": "https://github.com/churichard/notabase.git"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/churichard"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"cy:open": "cypress open",
"cy:run": "cypress run",
"lint": "eslint . --ext .tsx,.ts",
"typecheck": "tsc",
"prettier:check": "prettier --check \"**/*.{tsx, ts, jsx, js}\"",
"prettier:write": "prettier --write .",
"db:seed": "node ./scripts/seed.js",
"analyze": "env ANALYZE=true next build",
"prepare": "husky install"
},
"dependencies": {
"@dnd-kit/core": "^4.0.3",
"@dnd-kit/sortable": "^5.1.0",
"@headlessui/react": "^1.7.17",
"@popperjs/core": "^2.11.6",
"@react-spring/web": "^9.6.1",
"@sentry/nextjs": "^7.77.0",
"@stripe/stripe-js": "^2.2.0",
"@supabase/supabase-js": "^2.24.0",
"@tabler/icons": "^1.119.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tippyjs/react": "^4.2.6",
"autoprefixer": "^10.4.16",
"classnames": "^2.3.2",
"d3-drag": "^3.0.0",
"d3-force": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"immer": "^9.0.19",
"is-hotkey": "^0.2.0",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"next": "^13.2.3",
"next-pwa": "5.6.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-popper": "^2.3.0",
"react-toastify": "^9.1.3",
"react-virtual": "^2.10.4",
"react-virtualized": "^9.22.5",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-wiki-link": "^1.0.4",
"slate": "^0.101.1",
"slate-history": "^0.100.0",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.101.1",
"stripe": "^9.2.0",
"tailwindcss": "^3.2.7",
"unified": "^10.1.2",
"uuid": "^9.0.0",
"zustand": "^4.3.6"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.2.3",
"@testing-library/cypress": "^10.0.1",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.4.3",
"@types/d3-drag": "^3.0.7",
"@types/d3-force": "^3.0.9",
"@types/d3-selection": "^3.0.4",
"@types/d3-zoom": "^3.0.2",
"@types/file-saver": "^2.0.5",
"@types/micro": "^10.0.0",
"@types/micro-cors": "^0.1.3",
"@types/node": "^20.10.0",
"@types/nprogress": "^0.2.3",
"@types/pg": "^8.10.9",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.0.11",
"@types/react-highlight-words": "^0.16.4",
"@types/react-virtualized": "^9.21.28",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"canvas": "^2.11.0",
"cypress": "^13.6.0",
"dotenv": "^16.0.3",
"eslint": "^8.55.0",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.10.2",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^15.2.0",
"pg": "^8.11.3",
"prettier": "2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"react-test-renderer": "^18.2.0",
"typescript": "^4.9.5"
},
"lint-staged": {
"*.{tsx,ts,jsx,js}": "eslint --cache --fix",
"*.{tsx,ts,jsx,js,css,md}": "prettier --write"
}
}