-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
64 lines (64 loc) · 1.71 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
{
"name": "nuxt-three",
"version": "0.0.1",
"description": "nuxt.js - three.js starter",
"author": "clementroche",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"lint-staged": {
"*.{js,vue}": "eslint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/style-resources": "^1.0.0",
"dat.gui": "^0.7.6",
"events": "^3.1.0",
"include-media": "^1.4.9",
"intersection-observer": "^0.12.0",
"nuxt": "^2.14.7",
"nuxt-compress": "^1.1.0",
"nuxt-helmet": "^1.2.3",
"nuxt-mq": "^2.0.1",
"nuxt-ssr-cache": "^1.5.1",
"postprocessing": "^6.17.4",
"raw-loader": "^4.0.1",
"stats.js": "^0.17.0",
"three": "0.125.0",
"three-dat.gui": "^2.0.6",
"virtual-scroll": "^1.5.2",
"vue-observe-visibility": "^0.4.6"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/preset-env": "^7.9.0",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/stylelint-module": "^3.2.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-nuxt": "^0.5.2",
"eslint-plugin-prettier": "^3.0.1",
"fibers": "^4.0.2",
"husky": "^2.6.0",
"lint-staged": "^8.2.1",
"node-sass": "^4.13.1",
"prettier": "^1.16.4",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"stylelint": "^10.1.0",
"stylelint-config-sass-guidelines": "^6.2.0"
}
}