-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "wnyc-vue",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "gulp deploy",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/gtm": "^2.4.0",
"add": "^2.0.6",
"concurrent-transform": "^1.0.0",
"core-js": "^3.8.3",
"focus-visible": "^5.2.0",
"gulp": "^4.0.2",
"gulp-awspublish": "^4.1.2",
"gulp-cloudfront-invalidate-aws-publish": "^1.0.0",
"moment": "^2.29.1",
"nuxt": "^2.14.12",
"vue-hifi": "0.0.6"
},
"devDependencies": {
"@nuxt/types": "^2.14.12",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/sentry": "^4.5.0",
"@nuxtjs/style-resources": "^1.0.0",
"@vue/test-utils": "^1.1.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"eslint": "^7.18.0",
"eslint-plugin-nuxt": "^1.0.0",
"jest": "^26.6.3",
"node-sass": "^4.14.1",
"nypr-design-system-vue": "1.0.7",
"sass-loader": "^10.1.1",
"vue-jest": "^3.0.4",
"vue-lazy-hydration": "^1.0.0-beta.14",
"vue-lottie": "^0.2.1"
},
"gitHooks": {
"pre-commit": "lint && jest"
}
}