-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "keep-it-rollin",
"version": "1.0.0",
"description": "",
"author": "joanne",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/auth": "^4.9.0",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/markdownit": "^1.2.9",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/style-resources": "^1.0.0",
"@tweenjs/tween.js": "^18.5.0",
"bootstrap": "^4.4.1",
"camera-controls": "^1.21.0",
"chart.js": "^2.9.3",
"core-js": "^2.6.5",
"dat.gui": "^0.7.7",
"firebase": "^7.14.0",
"gapi-script": "^1.0.2",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"nuxt": "^2.0.0",
"sass-loader": "^8.0.2",
"stats.js": "^0.17.0",
"three": "^0.115.0",
"vue-gapi": "^0.2.2",
"vue-slick-carousel": "^1.0.5",
"vuefire": "^2.2.2",
"vuexfire": "^3.2.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/stylelint-module": "^3.1.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"stylelint": "^10.1.0"
}
}