-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "geekweibo",
"private": true,
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@hotwired/turbo": "hotwired/turbo#refs/tags/dev-builds/ea00632",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^5.4.0",
"@tailwindcss/forms": "^0.2.1",
"alpine-turbo-drive-adapter": "^1.0.1",
"alpinejs": "^2.4.1",
"animate.css": "^4.1.1",
"autosize": "^4.0.2",
"html2canvas": "^1.0.0-rc.7",
"markdown-it": "^12.3.2",
"sass": "^1.49.8",
"sass-loader": "^10.1.0",
"tailwindcss": "^2.0.1-compat",
"v-tooltip": "^2.0.3",
"vue": "^2.6.11",
"vue-click-outside": "^1.1.0",
"vue-js-modal": "^2.0.0-rc.6",
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.11"
},
"version": "0.1.0",
"devDependencies": {
"@prettier/plugin-ruby": "^1.0.0-rc1",
"eslint": "^7.3.1",
"eslint-plugin-vue": "^6.2.2",
"postcss": "^8.2.13",
"prettier": "^2.2.1",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-dev-server": "^3.11.0"
}
}