-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
64 lines (64 loc) · 1.84 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
{
"name": "phpschool",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "cross-env APP_ENV=development vite",
"build": "vite-ssg build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"prettier": "prettier --write assets/ --config prettier.config.js",
"prettier:ci": "prettier --check assets/ --config prettier.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@tailwindcss/forms": "^0.5.7",
"@unhead/vue": "^1.8.8",
"@vitejs/plugin-vue": "^4.0",
"@vue/compiler-sfc": "^3.2.41",
"@vue/eslint-config-prettier": "^8.0.0",
"autoprefixer": "^10.4.13",
"bourbon": "^7.0.0",
"bourbon-neat": "^4.0.0",
"clean-css": "^5.1.2",
"es6-promise": "^4.2.8",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"natives": "^1.1.6",
"node-sass": "^8.0.0",
"normalize.css": "^8.0.1",
"postcss": "^8.4.19",
"postcss-import": "^14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.3",
"sass": "^1.56.1",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.3.3",
"vite": "^4.0",
"vite-plugin-live-reload": "^3.0.1",
"vite-ssg": "^0.23.5",
"vue-router": "^4.2.5"
},
"dependencies": {
"@docsearch/js": "^3.5.2",
"@headlessui/vue": "^1.7.4",
"@heroicons/vue": "^2.0.13",
"@vueuse/components": "^10.7.2",
"@vueuse/core": "^10.7.2",
"ace-builds": "^1.13.0",
"chart.js": "^4.4.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"focus-trap": "^7.4.0",
"focus-trap-vue": "^4.0.2",
"highlight.js": "^11.9.0",
"pinia": "^2.1.7",
"shepherd.js": "11.0.1",
"vue": "^3.2.41",
"vue-chartjs": "^5.2.0",
"vue-diff": "^1.2.4",
"vue3-click-away": "^1.2.4"
}
}