-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.86 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix resources/js",
"format": "prettier resources/js --write",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.4.13",
"axios": "^0.21",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.3.0",
"laravel-vapor": "^0.5.1",
"laravel-vite-plugin": "^0.2.4",
"lodash": "^4.17.19",
"postcss": "^8.4.19",
"postcss-import": "^12.0.1",
"prettier": "2.7.1",
"tailwindcss": "^3.2.4",
"tailwindcss-bg-patterns": "^0.2.0",
"vite": "^2.9.13",
"vitepress": "^1.0.0-rc.22",
"vue": "^3.3.4",
"vue-loader": "^16.1.2"
},
"dependencies": {
"@headlessui/vue": "^1.6.2",
"@heroicons/vue": "^2.0.11",
"@inertiajs/vue3": "^1.0.12",
"@meilisearch/instant-meilisearch": "^0.7.1",
"@sipec/vue3-tags-input": "^3.0.4",
"@tailwindcss/line-clamp": "^0.3.1",
"@types/marked": "^4.0.1",
"@vue-hero-icons/outline": "^1.7.2",
"@vuepic/vue-datepicker": "^3.3.1",
"@vueuse/core": "^8.9.4",
"axios-retry": "^3.2.5",
"dropzone": "^6.0.0-beta.2",
"marked": "^4.0.4",
"medium-zoom": "^1.0.8",
"mitt": "^3.0.0",
"ontology-elements": "^0.2.3",
"openchemlib": "^7.4.3",
"pluralize": "^8.0.0",
"popper.js": "^1.16.1",
"vue-instantsearch": "^4.3.3",
"vue-simple-context-menu": "^4.0.4",
"vue3-clipboard": "^1.0.0",
"vue3-colorpicker": "^2.0.4",
"vue3-slider": "^1.7.0",
"vue3-tour": "^0.2.0",
"vuedraggable": "^4.1.0"
}
}