-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "intertia_projects",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue app/javascript/"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@fortawesome/fontawesome-free": "^5.13.0",
"@fullhuman/postcss-purgecss": "^2.1.0",
"@inertiajs/inertia": "^0.1.7",
"@inertiajs/inertia-vue": "^0.1.2",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^6.0.2-2",
"@rails/webpacker": "5.0.1",
"expose-loader": "^0.7.5",
"install": "^0.13.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"popper.js": "^1.16",
"portal-vue": "^2.1.7",
"tailwindcss": "^1.2.0",
"timeago.js": "^4.0.2",
"trix": "^1.0.0",
"v-calendar": "1.0.0-beta.22",
"vue": "^2.6.11",
"vue-loader": "^15.9.1",
"vue-meta": "^2.3.3",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.20",
"vue-template-compiler": "^2.6.11",
"vue-trix": "^1.1.9"
},
"version": "0.1.0",
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"webpack-dev-server": "^3.10.3"
}
}