generated from youthradio/static-nuxt-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.5 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
{
"name": "yr-media-nuxt-template",
"version": "1.0.0",
"description": "My stunning Nuxt.js project",
"author": "Radames Ajna",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate && rm -rf _site/* && cp -R dist/ _site/ && cp -R .github _site/",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"gh-pages": "npm run generate && cd _site && git add . && git commit --amend --no-edit && git push origin gh-pages --force"
},
"dependencies": {
"@nuxtjs/google-gtag": "^1.0.4",
"d3-array": "^2.4.0",
"d3-color": "^1.4.0",
"d3-composite-projections": "^1.3.2",
"d3-dsv": "^1.2.0",
"d3-ease": "^1.0.6",
"d3-geo": "^1.11.9",
"d3-scale-chromatic": "^1.5.0",
"d3-selection": "^1.4.1",
"d3-svg-annotation": "^2.5.1",
"d3-transition": "^1.3.2",
"gootenberg": "git://github.com/radames/gootenberg.git#test-security-updates",
"howler": "^2.1.3",
"lazysizes": "^5.2.0",
"marked": "^0.8.0",
"nuxt": "^2.11.0",
"scrollmagic": "^2.0.7",
"topojson-client": "^3.1.0",
"vue-observe-visibility": "^0.4.6"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.1.2",
"@nuxtjs/eslint-module": "^1.1.0",
"babel-eslint": "^10.0.3",
"dompurify": "^2.0.7",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-plugin-nuxt": "^0.5.0",
"jsdom": "^15.2.1",
"node-fetch": "^2.6.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0"
}
}