-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.76 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
{
"name": "devlogger",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"dev": "cd web && next dev",
"build": "cd web && next build",
"start": "cd web && next start",
"lint": "cd web && next lint",
"test": "echo \"Error: no test specified\" && exit 1",
"fly-console": "cd api && fly ssh console --pty -C \"/rails/bin/rails console\"",
"fly-logs": "cd api && fly logs -a inpublic-api"
},
"author": "",
"license": "ISC",
"dependencies": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@tailwindcss/forms": "^0.5.3",
"@tiptap/extension-placeholder": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"color-hash": "^2.0.2",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"font-color-contrast": "^11.1.0",
"javascript-time-ago": "^2.5.9",
"js-cookie": "^3.0.5",
"lodash.debounce": "^4.0.8",
"next": "13.4.7",
"parameterize": "^1.0.0",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-query": "^3.39.3",
"sass": "^1.63.6",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/color-hash": "^1.0.2",
"@types/parameterize": "^1.0.1",
"@types/js-cookie": "^3.0.3",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "20.3.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"prettier": "2.8.8",
"@prettier/plugin-ruby": "^3.2.2"
}
}