-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "ob-low-impact-website",
"version": "1.0.0",
"description": "Organic Basics' Low Impact Website project",
"author": "Organic Basics",
"private": true,
"engines": {
"node": "12.x.x"
},
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"license": "CSL",
"dependencies": {
"@nuxtjs/apollo": "^4.0.0-rc19",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/svg": "^0.1.11",
"@types/swiper": "^5.3.1",
"contentful": "^7.14.4",
"core-js": "2",
"cross-env": "^5.2.0",
"fastify": "^2.14.1",
"graphql-tag": "^2.10.3",
"nuxt": "^2.0.0",
"nuxt-ssr-cache": "^1.5.2",
"swiper": "^5.4.2",
"vue-awesome-swiper": "^4.1.1"
},
"devDependencies": {
"@nuxt/typescript-build": "^1.0.0",
"@nuxtjs/eslint-config-typescript": "^1.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@tgwf/co2": "^0.6.1",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"node-sass": "^4.14.0",
"nodemon": "^1.18.9",
"puppeteer": "^3.0.2",
"sass-loader": "^8.0.2"
}
}