forked from johncms/johncms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.29 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.29 KB
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
45
46
47
48
49
50
51
52
53
54
{
"name": "johncms",
"description": "JohnCMS Content Management System",
"homepage": "https://johncms.com",
"license": "GPL-3.0",
"keywords": [
"johncms",
"cms",
"php",
"mobile",
"web"
],
"repository": {
"type": "git",
"url": "https://github.com/johncms/johncms"
},
"engines": {
"node": ">= 16"
},
"scripts": {
"dev": "vite",
"watch": "vue-tsc && vite build -m dev --watch",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"i18n-scan": "npx vue-i18n-extract",
"i18n-remove": "npx vue-i18n-extract --remove",
"i18n-add": "npx vue-i18n-extract --add"
},
"devDependencies": {
"@types/bootstrap": "^5.1.13",
"@types/jquery": "^3.5.14",
"@vitejs/plugin-vue": "^3.2.0",
"sass": "^1.52.3",
"typescript": "^4.5.5",
"vite": "^3.2.3",
"vite-plugin-dev-manifest": "^1.1.1",
"vue-i18n-extract": "^2.0.7",
"vue-tsc": "^1.0.9"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"@rollup/plugin-inject": "^5.0.2",
"axios": "^0.27.2",
"bootstrap": "^5.2.3",
"flatpickr": "^4.6.13",
"jquery": "^3.6.1",
"lodash": "^4.17.21",
"popper.js": "^2.0.0-next.4",
"swiper": "^8.2.4",
"vue": "^3.2.37",
"vue-i18n": "^9.1.10",
"vue-image-crop-upload": "^3.0.3"
}
}