-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.63 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
{
"name": "egulden.org",
"version": "1.0.0",
"description": "egulden.org website",
"author": "Electronic Gulden Foundation <[email protected]>",
"private": true,
"scripts": {
"dev": "npm run generate-news-manifest && nuxt-ts",
"build": "npm run generate-news-manifest && nuxt-ts build",
"start": "npm run generate-news-manifest && nuxt-ts start",
"generate-news-manifest": "node ./data/news/genmanifest.js",
"generate": "npm run generate-news-manifest && nuxt-ts generate",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .ts,.js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@nuxt/typescript-runtime": "^0.3.9",
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/markdownit": "^1.2.7",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/style-resources": "^1.0.0",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.4.2",
"nuxt": "^2.11.0",
"slugify": "^1.3.6",
"source-sans-pro": "^3.6.0",
"vue-cookie-law": "^1.12.0",
"vue-i18n": "^8.15.3",
"vue-matomo": "^3.13.4-0",
"vue-property-decorator": "^8.4.0",
"vue-scrollto": "^2.17.1",
"vue-social-sharing": "^2.4.7"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.5.7",
"@nuxtjs/eslint-config-typescript": "^1.0.2",
"eslint": "^6.8.0",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2"
}
}