generated from youthradio/static-nuxt-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.94 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
54
55
56
57
58
{
"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",
"export": "nuxt build && nuxt export && rm -rf _site/* && cp -R dist/ _site/",
"publish-ghpages": "nuxt build && nuxt export",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn lint:js",
"production": "BASE_URL_PRODUCTION=/ yarn publish-ghpages && rm -rf _production/* && cp -R dist/ _production/",
"worktree": "git checkout --orphan gh-pages && git reset --hard && git commit --allow-empty -m 'Init' && git checkout master && git worktree add _site gh-pages",
"gh-pages": "yarn export && 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": "^2.0.0",
"d3-composite-projections": "^1.3.2",
"d3-dsv": "^2.0.0",
"d3-ease": "^2.0.0",
"d3-geo": "^2.0.1",
"d3-scale-chromatic": "^2.0.0",
"d3-selection": "^2.0.0",
"d3-svg-annotation": "^2.5.1",
"d3-transition": "^2.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"gootenberg": "^1.5.0",
"howler": "^2.1.3",
"lazysizes": "^5.2.0",
"marked": "^1.2.4",
"nuxt": "^2.12.1",
"prettier": "2.1.2",
"scrollmagic": "^2.0.7",
"swiper": "^5.4.5",
"topojson-client": "^3.1.0",
"vue-observe-visibility": "^0.4.6"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.1",
"babel-eslint": "^10.1.0",
"dompurify": "^2.0.8",
"dotenv": "^8.2.0",
"eslint": "^7.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"jsdom": "^16.2.2",
"node-fetch": "^2.6.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0",
"tachyons-sass": "^4.9.5"
}
}