forked from ElMassimo/pingcrm-vite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
42
43
44
{
"name": "pingcrm",
"private": true,
"scripts": {
"lint": "eslint --ext js,vue,ts,md --format node_modules/eslint-formatter-friendly app/javascript"
},
"dependencies": {
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue": "^0.8.0",
"@inertiajs/progress": "^0.2.7",
"@js-from-routes/core": "^1.0.1",
"@js-from-routes/inertia": "^1.0.3",
"@popperjs/core": "^2.9.3",
"lodash": "^4.17.21",
"portal-vue": "^2.1.7",
"timeago.js": "^4.0.2",
"vue": "^2.6.14",
"vue-meta": "^2.4.0"
},
"version": "0.1.0",
"devDependencies": {
"@inertiajs/server": "^0.1.0",
"@mussi/eslint-config": "^0.5.0",
"@types/node": "^16.6.1",
"autoprefixer": "^10.3.1",
"eslint": "^7.18.0",
"eslint-formatter-friendly": "^7.0.0",
"eslint-plugin-vue": "^7.1.0",
"postcss": "^8",
"postcss-nested": "^5.0.6",
"sass": "^1.37.5",
"typescript": "^4.2.3",
"vite": "^2.9.1",
"vite-plugin-full-reload": "^0.2.2",
"vite-plugin-ruby": "^3.0.9",
"vite-plugin-vue2": "^1.9.3",
"vite-plugin-windicss": "^1.8.4",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.2.0"
},
"resolutions": {
"postcss": "8.3.6"
}
}