-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.6 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
{
"name": "antoineabbou",
"version": "2.0.0",
"description": "Portfolio 2019 - Made with Nuxt.JS",
"author": "Antoine Abbou",
"private": true,
"scripts": {
"dev": "cross-env HOST=0.0.0.0 nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"start": "nuxt start"
},
"dependencies": {
"@brunoimbrizi/controlkit": "^0.1.97",
"@nuxtjs/axios": "^5.3.6",
"browser-detect": "^0.2.28",
"cross-env": "^5.2.0",
"domready": "^1.0.8",
"gsap": "^2.1.3",
"lodash.throttle": "^4.1.1",
"mobile-detect": "^1.4.3",
"nuxt": "^2.0.0",
"nuxt-payload-extractor": "^0.0.9",
"pixi.js": "^5.1.0",
"slugify": "^1.3.4",
"smooth-scrolling": "^2.3.12",
"three": "^0.106.2",
"uuid": "^3.3.2",
"vue-i18n": "^8.12.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^0.0.1",
"@nuxtjs/eslint-module": "^0.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.15.1",
"eslint-config-standard": ">=12.0.0",
"eslint-plugin-import": ">=2.16.0",
"eslint-plugin-jest": ">=22.3.0",
"eslint-plugin-node": ">=8.0.1",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.2",
"file-loader": "^1.1.11",
"glslify": "^6.2.1",
"imports-loader": "^0.8.0",
"nodemon": "^1.18.9",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^0.5.1",
"rupture": "^0.7.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}