-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.61 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": "starvation",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"lint": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
},
"dependencies": {
"@types/google.accounts": "^0.0.7",
"@types/scrollreveal": "^0.0.8",
"axios": "^1.3.4",
"firacode": "^5.2.0",
"javascript-time-ago": "^2.5.9",
"scrollreveal": "^4.0.9",
"simple-code-editor": "^1.2.2",
"vue": "^2.6.12",
"vue-animate-onscroll": "^1.0.8",
"vue-google-identity-login-btn": "^1.0.2",
"vue-router": "^3.5.1",
"vue-scroll-reveal": "^1.0.11",
"vuetify": "^2.5.4",
"vuex": "^3.6.2"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-vue": "^7.9.0",
"firacode": "^5.2.0",
"lint-staged": "^11.0.0",
"sass": "~1.32.13",
"sass-loader": "^10.2.0",
"typescript": "~4.2.4",
"vue-cli-plugin-vuetify": "~2.4.0",
"vue-code-highlight": "^0.7.8",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.7.2"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
}
}