forked from CrystallizeAPI/crystallize-nuxtjs-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 939 Bytes
/
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
{
"name": "nuxtjs",
"version": "1.0.0",
"description": "Crystallize Nuxt boilerplate",
"author": "Crystallize <hello@crystallize.com>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt generate",
"start": "nuxt start"
},
"dependencies": {
"@crystallize/content-transformer": "^6.1.0",
"@videojs/vhs-utils": "^3.0.1",
"@vue-stripe/vue-stripe": "github:devictoribero/vue-stripe",
"bl": "^5.0.0",
"dashjs": "3.2.2",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.21",
"nuxt": "^2.15.4",
"nuxt-i18n": "^6.23.0",
"video.js": "7.11.8",
"videojs-contrib-dash": "4.1.0",
"vue-fragment": "^1.5.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^6.15.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^7.8.0",
"prettier": "^2.2.0"
}
}