-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.36 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
{
"name": "hotseat_io",
"private": true,
"scripts": {
"lint": "eslint spec/javascript/ app/javascript/",
"types": "tsc --noEmit -p tsconfig.json",
"test": "jest",
"build:css": "./rails-env postcss ./app/assets/stylesheets/application.css -o ./app/assets/builds/application.css",
"build": "./rails-env node esbuild.js app/javascript/*.*",
"clean": "rm -f ./app/assets/builds/application.js && rm -f ./app/assets/builds/application.js.map",
"dev": "tsc-watch --noClear -p tsconfig.json --onSuccess \"yarn build\" --onFailure \"yarn clean\""
},
"engines": {
"node": "^18.0.0"
},
"dependencies": {
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.18",
"@hotwired/turbo-rails": "7.3.0",
"@popperjs/core": "^2.11.8",
"@react-hook/debounce": "^4.0.0",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"ahoy.js": "^0.4.3",
"autoprefixer": "10.4.14",
"clsx": "2.0.0",
"core-js": "^3.32.0",
"d3": "^7.8.5",
"detect-browser": "5.3.0",
"downshift": "^8.1.0",
"lodash-es": "4.17.21",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-popper": "^2.2.5",
"tailwindcss": "^3.3.3",
"type-fest": "4.1.0",
"typescript": "5.1.6"
},
"version": "0.1.0",
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/ahoy.js": "^0.4.0",
"@types/d3": "^7.4.0",
"@types/jest": "^29.5.3",
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.4.6",
"@types/rails__activestorage": "^7.0.1",
"@types/rails__ujs": "^6.0.0",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/resize-observer-browser": "^0.1.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"cssnano": "^6.0.1",
"esbuild": "^0.18.17",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"postcss-cli": "^10.1.0",
"prettier": "^3.0.1",
"shlex": "^2.1.2",
"ts-jest": "^29.1.1",
"tsc-watch": "6.0.4"
}
}