-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.54 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
{
"name": "processcreative.tv",
"version": "1.0.0",
"description": "Process Films Prismic and Nuxtjs site",
"author": "Devan Flaherty <[email protected]>",
"private": true,
"now": {
"alias": "processcreative.tv"
},
"scripts": {
"dev": "backpack dev",
"build": "nuxt build && backpack build",
"start": "cross-env NODE_ENV=production node build/main.js",
"generate": "nuxt generate",
"precommit": "npm run lint",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/pwa": "^0.2.1",
"axios": "^0.16.2",
"babel-polyfill": "^6.26.0",
"bulma": "^0.5.3",
"cross-env": "^5.0.1",
"express": "^4.15.3",
"gsap": "^1.20.3",
"js-cookie": "^2.1.4",
"lodash": "^4.17.4",
"node-sass": "^4.5.3",
"nuxt": "^1.0.0",
"prismic-dom": "^2.0.6",
"prismic-javascript": "^1.4.1",
"prismic-toolbar": "^0.0.5",
"sass-loader": "^6.0.6",
"scrollmagic": "^2.0.5",
"scrollreveal": "^3.3.6",
"source-map-support": "^0.4.15",
"sweet-scroll": "^2.2.1",
"swiper": "^4.0.3",
"vue-lazyload": "^1.1.4",
"vue-scroll-reveal": "^1.0.2",
"waypoints": "^4.0.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"backpack-core": "^0.4.1",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}