-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.66 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.66 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
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix resources/js",
"format": "prettier resources/js --write"
},
"devDependencies": {
"@inertiajs/inertia": "^0.10.0",
"@inertiajs/inertia-vue3": "^0.5.1",
"@inertiajs/progress": "^0.2.6",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.4.13",
"axios": "^0.27.2",
"laravel-vite-plugin": "^0.2.4",
"lodash": "^4.17.19",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"prettier": "2.8.3",
"sass": "^1.54.0",
"tailwindcss": "^3.2.4",
"vite": "^2.9.13",
"vue": "^3.0.5"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/lang-python": "^6.0.1",
"@codemirror/theme-one-dark": "^6.0.0",
"@headlessui/vue": "^1.6.2",
"@heroicons/vue": "^2.0.10",
"@inertiajs/vue3": "^1.0.0",
"@mdi/font": "^7.1.96",
"@meilisearch/instant-meilisearch": "^0.16.0",
"@sipec/vue3-tags-input": "^3.0.4",
"@uppy/aws-s3-multipart": "^3.3.0",
"@uppy/core": "^3.2.0",
"@uppy/dashboard": "^3.4.0",
"@uppy/image-editor": "^2.1.2",
"@uppy/progress-bar": "^3.0.2",
"@uppy/remote-sources": "^1.0.3",
"@uppy/vue": "^1.0.2",
"@vuepic/vue-datepicker": "^7.2.0",
"axios-retry": "^3.3.1",
"buffer": "^6.0.3",
"codemirror": "^6.0.1",
"dropzone": "^6.0.0-beta.2",
"he-tree-vue": "^3.1.0",
"instantsearch.css": "^8.0.0",
"instantsearch.js": "^4.80.0",
"laravel-echo": "^1.12.0",
"marked": "^4.0.18",
"mitt": "^3.0.0",
"plotly.js-dist-min": "^2.18.1",
"popper.js": "^1.16.1",
"prismjs": "^1.28.0",
"pusher-js": "^7.1.1-beta",
"socket.io-client": "^2.3.0",
"splitpanes": "^3.1.5",
"uplot": "^1.6.22",
"uplot-vue": "^1.1.4",
"uuid": "^8.3.2",
"vue-codemirror": "^6.0.1",
"vue-instantsearch": "^4.21.3",
"vue-prism-editor": "^2.0.0-alpha.2",
"vue3-clipboard": "^1.0.0",
"vue3-colorpicker": "^2.0.4",
"vue3-popper": "^1.5.0",
"vue3-radial-progress": "^1.1.1",
"vue3-tags-input": "^1.0.12",
"vue3-treeselect": "^0.1.10",
"vuedraggable": "^4.1.0",
"vueperslides": "^3.5.1",
"vuex": "^4.0.2",
"wave-ui": "^2.48.0"
}
}