-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.38 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
{
"name": "SimonDaufresne",
"version": "1.0.0",
"description": "My epic new Simon Daufresne project <3",
"author": "romainavalle",
"private": true,
"scripts": {
"dev": "HOST=0.0.0.0 PORT=3000 nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"devWithNewData": "cross-env isGenerating=development nuxt generate && npm run dev",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"dato-nuxt-lazysizes": "github:romainavalle/dato-nuxt-lazysizes",
"dom-transform": "^2.1.0",
"fs": "0.0.2",
"graphql-request": "^1.8.2",
"gsap": "^3.5.1",
"normalize-wheel": "^1.0.1",
"nuxt": "^2.12.2",
"ogl": "0.0.43",
"path": "^0.12.7"
},
"devDependencies": {
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/sitemap": "^1.3.0",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/svg": "^0.1.6",
"babel-eslint": "^10.0.1",
"cross-env": "^5.2.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.0.1",
"node-fetch": "^2.6.1",
"node-sass": "^4.14.1",
"prettier": "^1.16.4",
"sass-loader": "^7.2.0",
"shader-loader": "^1.3.1",
"vuex-router-sync": "^5.0.0"
}
}