forked from rubynor/bigfive-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.84 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
{
"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",
"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",
"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.3.0",
"@alheimsins/b5-johnson-120-ipip-neo-pi-r": "5.2.1",
"@nuxt/content": "1.9.0",
"@nuxtjs/axios": "5.12.2",
"@nuxtjs/pwa": "3.0.2",
"@nuxtjs/sitemap": "2.4.0",
"amplitude-js": "7.2.2",
"apexcharts": "3.22.0",
"imagemin-mozjpeg": "9.0.0",
"imagemin-pngquant": "9.0.1",
"nuxt": "2.14.6",
"nuxt-amplitude": "0.1.2",
"nuxt-i18n": "6.15.1",
"nuxt-webfontloader": "1.1.0",
"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.6.55",
"@nuxtjs/google-analytics": "2.4.0",
"@nuxtjs/vuetify": "1.11.2",
"eslint": "7.10.0",
"eslint-config-standard": "14.1.1",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-vue": "7.0.1"
}
}