-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 815 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 815 Bytes
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
{
"name": "dtes-nuxt",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate --modern"
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"bulma": "^0.9.2",
"cookie": "^0.4.1",
"js-cookie": "^3.0.0",
"lodash.shuffle": "^4.2.0",
"nuxt": "^2.15.3",
"plyr": "3.6.8",
"v-tooltip": "^2.1.3",
"vue-drag-drop": "^1.1.4",
"vue-lazyload": "^1.3.3",
"vuesax": "^4.0.1-alpha.25",
"vuex-persistedstate": "^4.0.0-beta.3"
},
"devDependencies": {
"@nuxt/image": "^0.5.0",
"@nuxtjs/svg": "^0.4.0",
"hls.js": "^1.0.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1"
}
}