forked from ledermann/pingcrm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 790 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 790 Bytes
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
{
"name": "pingcrm",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue ."
},
"dependencies": {
"@inertiajs/inertia": "^0.8.0",
"@inertiajs/inertia-vue": "^0.5.0",
"@inertiajs/progress": "^0.2.4",
"@popperjs/core": "^2.5.3",
"@rails/webpacker": "^5.2.1",
"autoprefixer": "^9",
"lodash": "^4.17.20",
"portal-vue": "^2.1.7",
"postcss": "^7",
"tailwindcss": "2.0.1-compat",
"timeago.js": "^4.0.2",
"vue": "^2.6.12",
"vue-loader": "^15.9.3",
"vue-meta": "^2.4.0",
"vue-template-compiler": "^2.6.12"
},
"version": "0.1.0",
"devDependencies": {
"babel-eslint": "^10.1.0",
"css-loader": "^5.0.0",
"eslint": "^7.11.0",
"eslint-plugin-vue": "^7.6.0",
"webpack-dev-server": "^3.11.0"
}
}