-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 801 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 801 Bytes
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
{
"name": "effner.app",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@tailwindcss/forms": "^0.3.3",
"core-js": "^3.16.2",
"vue": "^2.6.14",
"vue-router": "^3.5.2",
"vueperslides": "^2.16.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"postcss": "^8.2.13",
"postcss-loader": "^8.1.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"vue-cli-plugin-tailwind": "^3.0.0",
"vue-template-compiler": "^2.6.14"
}
}