-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.08 KB
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
{
"name": "pet-informatica.github.io",
"version": "2.0.0",
"description": "The oficial website for the PET-Informática organization",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pet-informatica/pet-informatica.github.io.git"
},
"author": "PET-Informática",
"license": "MIT",
"bugs": {
"url": "https://github.com/pet-informatica/pet-informatica.github.io/issues"
},
"dependencies": {
"@diracleo/vue-enlargeable-image": "0.0.7",
"@nuxt/content": "^1.11.1",
"@nuxt/typescript-runtime": "^2.0.1",
"core-js": "^3.9.0",
"nuxt": "^2.15.0"
},
"devDependencies": {
"@nuxt/types": "^2.15.0",
"@nuxt/typescript-build": "^2.0.4",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/tailwindcss": "^3.4.2",
"@tailwindcss/postcss7-compat": "^2.0.3",
"autoprefixer": "^9.8.6",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3"
}
}