forked from rubynor/bigfive-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.94 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
59
60
61
{
"name": "bigfive-web",
"version": "3.0.2",
"description": "Website for testing five factor model of personality",
"author": "Jonas Enge <[email protected]> (https://github.com/maccyber)",
"private": true,
"license": "MIT",
"keywords": [
"bigfive",
"personality"
],
"precommit": "yarn lint",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"setup": "yarn install --frozen-lockfile && cd api && yarn install --frozen-lockfile",
"refresh": "rm -rf node_modules && rm yarn.lock && cd api && rm -rf node_modules && rm yarn.lock && cd .. && npm run setup",
"generate": "nuxt generate",
"test": "yarn lint && ava -v",
"debug-build": "nuxt build -a",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@aceforth/nuxt-optimized-images": "1.4.0",
"@alheimsins/b5-johnson-120-ipip-neo-pi-r": "6.0.3",
"@nuxt/content": "1.13.1",
"@nuxtjs/axios": "5.13.1",
"@nuxtjs/pwa": "3.3.5",
"@nuxtjs/sitemap": "2.4.0",
"amplitude-js": "7.4.2",
"apexcharts": "3.25.0",
"esm": "^3.2.25",
"imagemin-mozjpeg": "9.0.0",
"imagemin-pngquant": "9.0.1",
"nuxt": "2.15.2",
"nuxt-amplitude": "0.1.2",
"nuxt-i18n": "6.20.2",
"nuxt-webfontloader": "1.1.0",
"svg-country-flags": "1.2.10",
"vue-amplitude": "1.0.3",
"vue-apexcharts": "1.6.0",
"vue-confetti": "2.2.1",
"vue-template-compiler": "2.6.12"
},
"devDependencies": {
"@mdi/js": "5.9.55",
"@nuxtjs/google-analytics": "2.4.0",
"@nuxtjs/vuetify": "1.11.3",
"ava": "3.15.0",
"eslint": "7.20.0",
"eslint-config-standard": "16.0.2",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "4.1.0",
"eslint-plugin-vue": "7.6.0"
}
}