-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.28 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
{
"name": "nl-rse",
"description": "The Netherlands Research Software Engineers community",
"version": "1.0.0",
"license": "MIT",
"private": false,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"lint:fix": "yarn lint:js --fix",
"precommit": "yarn lint:fix",
"prepush": "yarn lint:fix",
"prepare": "husky install"
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"@nuxtjs/composition-api": "^0.24.6",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/pwa": "^3.3.5",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.4.1",
"core-js": "^3.15.2",
"daisyui": "^1.8.0",
"gsap": "^3.7.0",
"imagesloaded": "^4.1.4",
"nuxt": "^2.15.7",
"nuxt-content-body-html": "^1.0.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/tailwindcss": "^4.2.1",
"eslint": "^7.30.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.13.0",
"husky": "^7.0.1",
"nuxt-vite": "^0.1.1",
"postcss": "^8.3.5"
}
}