-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
124 lines (124 loc) · 5.78 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "fairtracks.github.io",
"version": "1.0.0",
"private": true,
"scripts": {
"github:createsample": "node scripts/createGithubRepoSample.js",
"nuxt:fix": " test $(node --version | sed 's/v\\([0-9]*\\)\\..*/\\1/g') -gt 16 && export NODE_OPTIONS=--openssl-legacy-provider; export HOST=localhost; nuxt",
"clean:build": "rm -rf dist .nuxt node_modules/.cache",
"clean:npm": "rm -rf node_modules package-lock.json",
"clean": "npm run clean:build; npm run clean:npm",
"reinstall": "npm run clean:npm; npm install",
"update": "npx npm-check-updates -u && npm run reinstall",
"dev": "npm run nuxt:fix -- --port 5050",
"dev:slow": "FAIRTRACKS_OPTIMIZE_IMAGES_IN_DEV=true npm run dev",
"start": "npm run nuxt:fix -- start",
"generate": "npm run nuxt:fix -- generate",
"start:modern": "npm run nuxt:fix -- start --modern=client",
"generate:modern": "npm run nuxt:fix -- generate --modern=client",
"start:quick": "FAIRTRACKS_DISABLE_OPTIMIZE_IMAGES_IN_PROD=true npm run nuxt:fix -- start",
"generate:quick": "FAIRTRACKS_DISABLE_OPTIMIZE_IMAGES_IN_PROD=true npm run nuxt:fix -- generate",
"start:quick:modern": "FAIRTRACKS_DISABLE_OPTIMIZE_IMAGES_IN_PROD=true npm run nuxt:fix -- start --modern=client",
"generate:quick:modern": "FAIRTRACKS_DISABLE_OPTIMIZE_IMAGES_IN_PROD=true npm run nuxt:fix -- generate --modern=client",
"static": "npm run generate -- --devtools && npm run start",
"static:modern": "npm run generate:modern -- --devtools && npm run start:modern",
"static:quick": "npm run generate:quick -- --devtools && npm run start:quick",
"static:quick:modern": "npm run generate:quick:modern -- --devtools && npm run start:quick:modern",
"rebuildstatic": "npm run clean:build; npm run static",
"rebuildstatic:modern": "npm run clean:build; npm run static:modern",
"rebuildstatic:quick": "npm run clean:build; npm run static:quick",
"rebuildstatic:quick:modern": "npm run clean:build; npm run static:quick:modern",
"lint:prettier": "prettier --check .",
"lint:prettier:fix": "prettier --write .",
"lint:eslint": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:fix": "npm run lint:prettier:fix; npm run lint:eslint -- --fix",
"lint": "npm run lint:prettier; npm run lint:eslint",
"test": "jest --passWithNoTests",
"waitforserve:dev": "SERVE_COMMAND='npm run dev' WAIT_FOR_URL='http://localhost:5050' bash scripts/waitforserve.sh",
"waitforserve:dev:slow": "SERVE_COMMAND='npm run dev:slow' WAIT_FOR_URL='http://localhost:5050' bash scripts/waitforserve.sh",
"waitforserve:static": "SERVE_COMMAND='npm run static' WAIT_FOR_URL='http://localhost:3000/fairtracks.net/' bash scripts/waitforserve.sh",
"waitforserve:static:modern": "SERVE_COMMAND='npm run static:modern' WAIT_FOR_URL='http://localhost:3000/fairtracks.net/' bash scripts/waitforserve.sh",
"waitforserve:static:quick": "SERVE_COMMAND='npm run static:quick' WAIT_FOR_URL='http://localhost:3000/fairtracks.net/' bash scripts/waitforserve.sh",
"waitforserve:static:quick:modern": "SERVE_COMMAND='npm run static:quick:modern' WAIT_FOR_URL='http://localhost:3000/fairtracks.net/' bash scripts/waitforserve.sh"
},
"dependencies": {
"@nuxtjs/sitemap": "^2.4.0",
"nuxt": "^2.15.8"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.4.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/runtime-corejs3": "^7.17.9",
"@mdi/svg": "^7.2.96",
"@nuxt/babel-preset-app": "^2.15.8",
"@nuxt/content": "^1.15.1",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/dayjs": "^1.4.1",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/google-fonts": "^2.0.0",
"@nuxtjs/redirect-module": "^0.3.1",
"@nuxtjs/vuetify": "^1.12.3",
"@octokit/auth-token": "^2.5.0",
"@octokit/core": "^3.6.0",
"@octokit/plugin-paginate-rest": "^2.17.0",
"@octokit/plugin-rest-endpoint-methods": "^5.13.0",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/plugin-throttling": "^3.6.2",
"@probot/octokit-plugin-config": "^1.1.5",
"@types/lodash": "^4.14.182",
"@vue/test-utils": "^1.3.0",
"@vuex-orm/core": "^0.36.4",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^28.0.3",
"core-js": "^3.22.4",
"crossfilter2": "^1.5.4",
"deepdash": "^5.3.9",
"eslint": "8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier-vue": "^3.1.0",
"eslint-plugin-vue": "^8.7.1",
"ignore-loader": "^0.1.2",
"imagemin-svgo": "^7.1.0",
"jest": "^28.0.3",
"jest-transform-stub": "^2.0.0",
"lazysizes": "^5.3.2",
"lodash": "^4.17.21",
"lru-cache": "^7.9.0",
"marked": "^4.0.15",
"minify-css-string": "^1.0.0",
"nuxt-purgecss": "^1.0.0",
"nuxt-storm": "^1.1.3",
"nuxt-webpack-optimisations": "^2.2.0",
"prettier": "^2.6.2",
"qs": "^6.11.0",
"responsive-loader": "^2.3.0",
"sharp": "^0.30.4",
"sqip": "^1.0.0-alpha.38",
"sqip-loader": "https://registry.npmjs.org/@mole-inc/sqip-loader/-/sqip-loader-1.0.1.tgz",
"sqip-plugin-blur": "^1.0.0-alpha.39",
"sqip-plugin-data-uri": "^1.0.0-alpha.39",
"sqip-plugin-primitive": "^1.0.0-alpha.40",
"sqip-plugin-svgo": "^1.0.0-alpha.40",
"svgo": "^2.8.0",
"to-px": "^1.1.0",
"ts-jest": "^28.0.1",
"typescript": "^4.6.4",
"uuid": "^8.3.2",
"v-tooltip": "^2.1.3",
"vue-async-computed": "^3.9.0",
"vue-cookie-law": "^1.13.3",
"vue-if-bot": "^1.2.0",
"vue-jest": "^3.0.7",
"vue-router": "^3.5.4",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0",
"wait-on": "^6.0.1",
"webp-loader": "^0.6.0"
},
"overrides": {
"sqip-loader": "https://registry.npmjs.org/@mole-inc/sqip-loader/-/sqip-loader-1.0.1.tgz"
}
}