-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.34 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
{
"name": "reproducibilitea-reading-lists",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
"netlify:build": "netlify build",
"netlify:dev": "netlify dev",
"build": "vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@babel/runtime": "^7.25.6",
"@netlify/functions": "^2.8.2",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/cli": "^5.0.8",
"dotenv": "^16.4.5",
"encoding": "^0.1.13",
"google-auth-library": "^9.14.1",
"google-spreadsheet": "^4.1.4",
"googleapis": "^144.0.0",
"pinia": "^2.2.3",
"sass": "^1.79.4",
"vite": "^5.4.8",
"vue": "^3.5.10",
"vuetify": "^3.7.2",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.25.4",
"@mdi/font": "^7.4.47",
"concurrently": "^9.0.1",
"eslint": "^9.11.1",
"eslint-plugin-vue": "^9.28.0",
"netlify-cli": "^10.14.0",
"vue-cli-plugin-netlify-lambda": "^0.1.1",
"webpack": "^5.95.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true,
"es2022": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}