-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 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": "Userdrive",
"private": true,
"dependencies": {
"@honeybadger-io/vue": "^0.0.12",
"@rails/actioncable": "^6.0.3-4",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.2.1",
"@tailwindcss/ui": "^0.6.2",
"alpinejs": "^2.7.2",
"animate.css": "^4.1.1",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-minify-infinity": "^0.4.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"chart.js": "^2.9.3",
"css-loader": "4.3.0",
"filestack-js": "^3.14.0",
"lodash": "^4.17.15",
"postcss-nested": "4.2.3",
"postcss-preset-env": "6.7.0",
"rails-ujs": "^5.2.3",
"tailwindcss": "^1.2.0",
"turbolinks": "^5.2.0",
"vue": "^2.6.12",
"vue-clipboard2": "^0.3.1",
"vue-google-charts": "^0.3.3",
"vue-loader": "^15.9.3",
"vue-nestable": "^2.6.0",
"vue-template-compiler": "^2.6.12",
"vue-turbolinks": "^2.1.0",
"vue-window-size": "0.6.2",
"vuedraggable": "^2.23.2",
"webpack": "4.44.2"
},
"devDependencies": {
"webpack-bundle-analyzer": "^3.5.2",
"webpack-dev-server": "^3.8.2"
}
}