forked from getnacelle/nacelle-sandbox-alpha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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": "@nacelle/nacelle-starter",
"version": "1.0.0",
"author": "Nacelle",
"scripts": {
"test": "jest",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "CI=1 nuxt-generate --fail-on-page-error -b"
},
"dependencies": {
"@nacelle/nacelle-nuxt-module": "0.0.231",
"@nuxtjs/apollo": "^4.0.0-rc8.2",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/bulma": "^1.2.1",
"@nuxtjs/dotenv": "^1.3.0",
"@nuxtjs/pwa": "3.0.0-beta.16",
"@nuxtjs/sitemap": "^1.2.0",
"apollo-cache-inmemory": "^1.6.2",
"cookies": "^0.7.3",
"core-js": "^2.6.9",
"dotenv": "^8.0.0",
"es-cookie": "^1.2.0",
"fs": "0.0.1-security",
"fs-extra": "^8.1.0",
"graphql-tag": "^2.10.1",
"localforage": "^1.7.3",
"node-sass": "^4.12.0",
"nuxt": "^2.8.1",
"nuxt-generate-cluster": "^2.6.0",
"nuxt-merge-asyncdata": "^0.1.1",
"query-string": "^6.8.3",
"sass-loader": "^7.1.0",
"search-params": "^2.1.3"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.27",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^24.1.0",
"nodemon": "^1.18.9",
"prettier": "^1.16.4",
"vue-jest": "^3.0.3"
}
}