-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 873 Bytes
/
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
{
"name": "tarikkavaz-com",
"version": "1.0.0",
"private": true,
"scripts": {
"404": "rm -rf dist/404.html && cp dist/index.html dist/404.html",
"serve": "vue-cli-service serve",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build && npm run --silent 404",
"deploy": "git subtree push --prefix dist origin gh-pages"
},
"dependencies": {
"@headlessui/vue": "^1.4.7",
"core-js": "^3.31.1",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"skrollr": "^0.6.26",
"smoothscroll-polyfill": "^0.4.4",
"vue": "^3.3.4",
"vue-tippy": "^6.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.3.4",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.26",
"tailwindcss": "^3.3.2"
}
}