-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "pressbooks-directory",
"version": "2.9.1",
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build --mode production",
"build:staging": "TAILWIND_MODE=build vite build --mode staging",
"serve": "vite preview",
"lint": "eslint ./src --ext .js --ext .vue",
"lint:fix": "eslint ./src --ext .js --ext .vue --fix",
"start": "npm run dev & wait-on tcp:3001 -v",
"test": "cypress open",
"test:ci": "cypress run --headless"
},
"dependencies": {
"@heroicons/vue": "^2.1.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@vue/cli-plugin-babel": "^5.0.8",
"@vuepic/vue-datepicker": "^7.4.1",
"algoliasearch": "^4.24.0",
"dayjs": "^1.11.13",
"flowbite": "^1.8.1",
"instantsearch.js": "^4.74.2",
"intro.js": "7.2.0",
"nprogress": "^0.2.0",
"resize-detector": "^0.3.0",
"search-insights": "^2.17.2",
"vue": "^3.5.8",
"vue-instantsearch": "^4.19.5",
"vue-lazyload": "^3.0.0",
"vue-router": "^4.2.5",
"vue-select": "^4.0.0-beta.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@sentry/vue": "^7.119.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/compiler-sfc": "^3.5.8",
"autoprefixer": "^10.4.20",
"cypress": "^13.14.2",
"cypress-wait-until": "^2.0.1",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"postcss": "^8.4.47",
"postcss-nested": "^6.2.0",
"tailwindcss": "^3.4.13",
"vite": "^3.2.11",
"vite-plugin-html": "^3.2.2",
"vite-plugin-html-env": "^1.2.8"
}
}