-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.51 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
{
"name": "oneconcern",
"version": "1.0.0",
"description": "Artificial Intelligence platform for Disasters",
"author": "kevin olson <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build --target static",
"start": "nuxt start",
"export": "nuxt export",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"cash": "node operations/cache.js",
"production": "node operations/aeonian.js production",
"staging": "node operations/aeonian.js staging",
"test": "echo No tests yet"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^13.1.0",
"@nuxtjs/axios": "^5.0.0-rc.2",
"@nuxtjs/component-cache": "^1.1.2",
"@nuxtjs/google-tag-manager": "^2.1.4",
"@nuxtjs/moment": "^1.2.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/sitemap": "^2.4.0",
"aeonian": "^1.1.5",
"contentful": "^7.3.0",
"dotenv": "^8.0.0",
"moment": "^2.24.0",
"momentjs": "^2.0.0",
"nuxt": "^2.6.2",
"nuxt-i18n": "^6.12",
"speakingurl": "^14.0.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-flickity": "^1.1.2",
"vue-in-viewport-directive": "^1.1.4",
"vue-in-viewport-mixin": "^1.0.4"
},
"devDependencies": {
"autoprefixer": "^9.4.3",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-vue": "^5.2.2",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0"
}
}