-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 1008 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": "studioalloy",
"version": "2.0.1",
"description": "WIJ MAKEN IMPACT MET PIXELS",
"author": "Mitchel van Eijgen <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"build:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@gsap/shockingly": "^3.12.5",
"@nuxtjs/apollo": "^4.0.0-rc8.2",
"graphql-tag": "^2.10.1",
"gsap": "npm:@gsap/shockingly",
"nuxt": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^4.0.0",
"imports-loader": "^0.8.0",
"nuxt-gsap-module": "^2.0.0",
"sass": "^1.57.1",
"sass-loader": "^7.0.3"
}
}