forked from enhavo/enhavo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.39 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "enhavo",
"packageManager": "[email protected]",
"license": "MIT",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"admin:dev": "vite --config assets/admin/vite.config.js",
"admin:build": "vite build --config assets/admin/vite.config.js",
"admin:di": "node ./assets/node_modules/@enhavo/dependency-injection/bin/dependency-injection.js --file assets/admin/container.di.yaml",
"theme:dev": "vite --config assets/theme/vite.config.js",
"theme:build": "vite build --config assets/theme/vite.config.js",
"theme:di": "node ./assets/node_modules/@enhavo/dependency-injection/bin/dependency-injection.js --file assets/theme/container.di.yaml",
"build": "vite build --config assets/admin/vite.config.js && vite build --config assets/theme/vite.config.js",
"clean": "rm -rf ./node_modules/.vite && rm -rf ./public/build/admin && rm -rf ./public/build/theme"
},
"dependencies": {
"@fullcalendar/core": "^4.2.0",
"@fullcalendar/daygrid": "^4.2.0",
"@fullcalendar/list": "^4.2.0",
"@fullcalendar/timegrid": "^4.2.0",
"@hotwired/stimulus": "^3.0.1",
"@ibm/plex": "^1.2.3",
"@nyariv/sandboxjs": "^0.8.23",
"@rollup/pluginutils": "^5.1",
"@symfony/stimulus-bridge": "^3.0.0",
"@vitejs/plugin-vue": "^4.4.1",
"@vue/compiler-sfc": "^3.3.8",
"@vuepic/vue-datepicker": "^8.3.1",
"ansi-to-html": "^0.6.11",
"argparse": "^2.0.1",
"async": "^2.6.2",
"axios": "^0.21.1",
"blueimp-file-upload": "^9.22.1",
"bootstrap": "^4.3.1",
"buffer": "6.0.3",
"chart.js": "^2.4.0",
"commander": "^9.4.0",
"compass-mixins": "^0.12.10",
"cropperjs": "~1.2.2",
"dotenv": "^16.4.5",
"expression-language": "^1.2.0",
"fantasticon": "^3.0.0",
"glob": "^7.1.6",
"html-entities": "^2.5.2",
"icheck": "~1.0.2",
"jexl": "^2.1.1",
"jquery": "^3.4.1",
"jquery-datetimepicker": "^2.5.21",
"js-yaml": "^3.13.1",
"lodash": "^4.17.11",
"moment": "^2.18.1",
"pako": "^1.0.10",
"qs": "^6.10.1",
"sass": "^1.49.9",
"select2": "^4.0.13",
"sha1": "^1.1.1",
"slick-carousel": "^1.8.1",
"sortablejs": "^1.10.2",
"source-sans-pro": "^2.45.0",
"stream-browserify": "3.0.0",
"swagger-ui": "^4.15.5",
"tinymce": "^7.2.1",
"typeface-cormorant-garamond": "^0.0.72",
"typescript": "^5.2.2",
"uuid": "^3.3.2",
"vite": "^5.1.0",
"vite-plugin-live-reload": "^3.0.2",
"vue": "^3.2.31",
"vue-router": "^4.2.5",
"vue-select": "4.0.0-beta.3",
"vuedraggable": "^4.1.0",
"yaml": "^1.10.0"
},
"devDependencies": {
"@types/async": "^2.4.1",
"@types/axios": "^0.14.0",
"@types/chai": "^4.2.12",
"@types/chart.js": "^2.7.50",
"@types/cropperjs": "^1.1.1",
"@types/icheck": "^0.8.29",
"@types/jexl": "^2.1.0",
"@types/jquery": "^3.4.1",
"@types/jquery.fileupload": "^5.40.36",
"@types/jqueryui": "^1.11.36",
"@types/lodash": "^4.14.120",
"@types/mocha": "^8.0.0",
"@types/pako": "^1.0.1",
"@types/qs": "^6.9.6",
"@types/select2": "^4.0.63",
"@types/slick-carousel": "^1.6.33",
"@types/sortablejs": "^1.10.2",
"@types/tinymce": "^4.6.0",
"@types/urijs": "^1.19.0",
"@types/uuid": "^3.4.4",
"@types/vue-select": "^2.5.0",
"acorn": "^7.3.1",
"vitepress": "^1.0.0-rc.35"
}
}