-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "kangaroo",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.0.1",
"@dnd-kit/sortable": "^7.0.0",
"@dnd-kit/utilities": "^3.2.0",
"@headlessui/react": "^1.6.1",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/activestorage": "^6.0.0-alpha",
"@react-rxjs/core": "^0.9.6",
"@react-rxjs/utils": "^0.9.5",
"axios": "^0.24.0",
"install": "^0.13.0",
"js-cookie": "^3.0.1",
"localforage": "^1.10.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.5",
"react-dropzone": "^12.0.4",
"react-router-dom": "^6.2.1",
"rxjs": "^7.5.5",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"@heroicons/react": "^1.0.6",
"@tailwindcss/forms": "^0.5.1",
"@types/node": "^17.0.31",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.8",
"vite": "^2.7.7",
"vite-plugin-ruby": "^3.0.5"
},
"scripts": {
"dev": "bin/vite dev"
}
}