-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "internets",
"version": "1.0.0",
"author": "Stef Kors, Victoria Douka-Doukopoulou",
"private": true,
"scripts": {
"dev-api": "nuxt",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"build:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@nuxt/markdown": "^0.0.21",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/pwa": "^3.3.3",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/toast": "^3.3.1",
"eslint": "^7.12.1",
"gsap": "^3.5.1",
"lodash": "^4.17.20",
"markdown-it": "^12.0.2",
"markdown-it-footnote": "^3.0.2",
"nuxt": "^2.14.7",
"nuxt-i18n": "^6.27.0",
"pure-css3-animated-border": "^1.0.0",
"string-to-color": "^2.2.2",
"v-clipboard": "^2.2.3",
"vue-intersect": "^1.1.6",
"vue-resize": "^0.5.0",
"vue-scroll": "^2.1.13",
"vue-select": "^3.10.8",
"vue-typed-js": "^0.1.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@nuxtjs/style-resources": "^1.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"frontmatter-markdown-loader": "^3.6.1",
"node-sass": "^5.0.0",
"prettier": "^2.1.2",
"sass-loader": "^10.1.0"
}
}