-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.45 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
{
"name": "cycraft",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"deploy": "firebase deploy && git add -A && git commit -m \"chore: deploy\" && git push",
"serve": "vue-cli-service serve",
"build": "rimraf ./dist && rimraf ./.presite && vue-cli-service build && presite ./dist && rimraf ./dist",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@tailwindcss/postcss7-compat": "^2.2.17",
"animejs": "^3.2.2",
"copy-text-to-clipboard": "^2.2.0",
"core-js": "^3.37.1",
"lottie-web": "^5.12.2",
"roll-anything": "^2.0.2",
"smoothscroll-polyfill": "^0.4.4",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue": "^2.6.12",
"vue-text-glitch": "^1.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.19",
"@vue/cli-plugin-eslint": "~4.5.19",
"@vue/cli-service": "~4.5.19",
"autoprefixer": "^9.8.8",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.20.0",
"postcss": "^7.0.39",
"presite": "^2.1.2",
"prettier": "^2.8.8",
"rimraf": "^2.7.1",
"sass": "^1.77.6",
"sass-loader": "^10.5.2",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylus-loader": "^4.3.3",
"vue-template-compiler": "^2.7.16",
"vue-waypoint": "^3.5.2"
}
}