-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 2.16 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
{
"name": "qube",
"version": "1.0.0",
"description": "A modern and simplistic Vue.js based speedcubing timer",
"author": "Christopher Mühl",
"repository": {
"type": "git",
"url": "https://github.com/padarom/qube.git"
},
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "yarn lint",
"dev": "nuxt-ts",
"build": "cross-env NODE_ENV=production nuxt-ts build",
"generate": "cross-env NODE_ENV=production nuxt-ts generate",
"start": "nuxt-ts start"
},
"dependencies": {
"@nuxt/typescript-runtime": "^0.3.8",
"@nuxtjs/google-adsense": "^1.1.3",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/toast": "^3.3.0",
"@nuxtjs/firebase": "^7.5.0",
"chart.js": "^2.8.0",
"core-js": "^2.6.10",
"firebase": "^8.0.0",
"is-mobile": "^2.2.1",
"jquery": "^3.4.1",
"lodash": "^4.17.11",
"nuxt": "^2.11.0",
"nuxt-typed-vuex": "^0.1.15",
"portal-vue": "^2.1.7",
"scrambo": "^0.3.0",
"shortid": "^2.2.14",
"ts-node": "^8.3.0",
"vue-chartjs": "^3.5.0",
"vue-js-modal": "^1.3.33",
"vue-property-decorator": "^8.4.0",
"vuex-easy-firestore": "^1.36.0",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.5.6",
"@nuxtjs/eslint-config": "^0.0.1",
"@nuxtjs/eslint-module": "^0.0.1",
"@nuxtjs/style-resources": "^0.1.2",
"@types/chart.js": "^2.9.12",
"@types/lodash": "^4.14.149",
"@types/scrambo": "^0.3.0",
"@types/shortid": "0.0.29",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"babel-eslint": "^10.0.1",
"cross-env": "^7.0.0",
"eslint": "^7.0.0",
"eslint-config-standard": ">=16.0.0",
"eslint-plugin-import": "^2.25.0",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-node": ">=11.0.0",
"eslint-plugin-nuxt": ">=3.0.0",
"eslint-plugin-promise": ">=5.1.1",
"eslint-plugin-standard": ">=5.0.0",
"eslint-plugin-vue": "^8.0.3",
"node-sass": "^6.0.1",
"nodemon": "^2.0.15",
"sass-loader": "^12.3.0",
"stylus": "^0.55.0",
"stylus-loader": "^6.2.0",
"typescript": "~3.5.3"
}
}