forked from Quento-Solutions/Quento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.92 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
{
"name": "Quento",
"version": "1.0.0",
"private": false,
"description": "Welcome to Quento - a collection of utilities to enhance online learning created by students, for students.",
"scripts": {
"build": "nuxt-ts build",
"dev": "nuxt-ts",
"generate": "nuxt-ts build --target static && nuxt-ts export",
"start": "nuxt-ts start",
"stylelint": "stylelint '**/*.scss'",
"test": "jest"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^1.1.5",
"@innologica/vue-dropdown-menu": "^0.1.3",
"@nuxt/content": "^1.4.0",
"@nuxt/typescript-runtime": "^1.0.0",
"@nuxt/utils": "^2.14.0",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "5.11.0",
"@nuxtjs/firebase": "^6.1.1",
"@nuxtjs/markdownit": "^1.2.10",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/tailwindcss": "^2.1.0",
"@types/aos": "^3.0.3",
"@types/js-cookie": "^2.2.6",
"@types/uuid": "^8.0.0",
"@types/video.js": "^7.3.10",
"@types/vue-feather-icons": "^5.0.0",
"@types/vue-markdown": "^2.2.1",
"algoliasearch": "^4.4.0",
"aos": "^3.0.0-beta.6",
"boxicons": "^2.0.5",
"csstype": "^2.6.11",
"firebase": "^7.17.1",
"firebase-admin": "^9.0.0",
"fs": "0.0.1-security",
"js-cookie": "^2.2.1",
"net": "^1.0.2",
"nuxt": "^2.13.3",
"nuxt-composition-api": "^0.10.6",
"nuxt-property-decorator": "2.7.2",
"swiper": "^6.1.2",
"tailwindcss": "^1.5.2",
"uuid": "^8.3.0",
"vee-validate": "^3.3.7",
"vue-awesome-swiper": "^3.1.3",
"vue-backtotop": "^1.6.1",
"vue-feather-icons": "^5.0.0",
"vue-flux": "^6.2.2",
"vue-gallery-slideshow": "^1.5.0",
"vue-instantsearch": "^3.2.0",
"vue-markdown": "^2.2.4",
"vue-prism-component": "^1.2.0",
"vue-runtime-helpers": "^1.1.2",
"vue-select": "^3.10.7",
"vue-textarea-autosize": "^1.1.1",
"vue-tilt.js": "^1.1.1",
"vue-video-player": "^5.0.2",
"vue2-perfect-scrollbar": "^1.4.0",
"vueperslides": "^2.10.2",
"vuesax": "^4.0.1-alpha.23",
"vuetify": "^2.2.11",
"vuex-class": "0.3.2"
},
"devDependencies": {
"@nuxt/types": "^2.14.0",
"@nuxt/typescript-build": "^2.0.2",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/vuetify": "^1.11.2",
"@types/jest": "^26.0.9",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"@vue/test-utils": "^1.0.3",
"babel-core": "^6.26.3",
"eslint": "^7.5.0",
"jest": "^26.2.2",
"node-sass": "^4.14.1",
"prettier": "2.0.5",
"sass": "^1.19.0",
"sass-loader": "^9.0.2",
"stylelint": "^13.6.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"ts-jest": "^26.1.4",
"vue-cli-plugin-vuetify": "~2.0.7",
"vue-jest": "^3.0.6",
"vuetify-loader": "^1.3.0",
"vuex-module-decorators": "^0.17.0"
}
}