-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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
58
{
"name": "thelandlockedsurfers",
"private": false,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"style": "eslint --ext .js,.jsx,.ts,.tsx,.vue src",
"style:fix": "eslint --ext .js,.jsx,.ts,.tsx,.vue src --fix",
"test": "vitest",
"coverage": "vitest run --coverage",
"cypress:open": "cypress open"
},
"dependencies": {
"@sentry/tracing": "^6.19.3",
"@sentry/vue": "^6.19.3",
"axios": "^0.26.1",
"contentful": "^9.1.18",
"pinia": "^2.0.13",
"v-lazy-image": "^2.1.1",
"vue": "^3.2.25",
"vue-router": "4.0.14",
"vue-social-sharing": "^4.0.0-alpha4"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.17",
"add": "^2.0.6",
"autoprefixer": "^10.4.4",
"cypress": "^9.5.3",
"eslint": "^8.12.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^2.7.0",
"eslint-plugin-vue": "^8.5.0",
"happy-dom": "^2.55.0",
"mdue": "^0.1.4",
"postcss": "^8.4.12",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3",
"vite": "^2.9.1",
"vitest": "^0.8.1",
"vue-eslint-parser": "^8.3.0",
"vue-tsc": "^0.33.9",
"yarn": "^1.22.18"
},
"main": "src/main.ts",
"repository": "git@github.com:Philwi/thelandlockedsurfers.git",
"author": "Philipp Winkler <winkler@webit.de>",
"license": "MIT"
}