-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.52 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": "presenta-www",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nuxt --hostname 0.0.0.0 --port 3000",
"build": "nuxt build",
"spa": "nuxt build --spa",
"start": "nuxt start",
"bump": "git add -u && git commit -m \"quick update\" && git push",
"generate": "nuxt generate && node postprocess.js",
"export": "nuxt build --target static && nuxt export",
"serve:lambda": "netlify-lambda serve netlify-functions",
"build:lambda": "netlify-lambda build netlify-functions",
"tips": "node tips-pub.js && git add content/tips && git add static/tips && git commit -m \"push tips\" && git push"
},
"author": "",
"license": "ISC",
"dependencies": {
"@github-docs/frontmatter": "^1.3.1",
"@presenta/config-interpolator": "^1.0.13",
"@presenta/lib": "^1.0.23",
"@presenta/module-css": "^1.0.1",
"axios": "^0.26.0",
"balance-text": "^3.3.0",
"d3": "^5.15.1",
"dayjs": "^1.11.7",
"frontmatter-markdown-loader": "^3.5.0",
"highlight.js": "^9.18.5",
"markdown-it-prism": "^2.2.3",
"marked": "^4.0.12",
"normalize-css": "^2.3.1",
"nuxt": "^2.14.7",
"nuxt-canonical": "^1.0.3",
"path": "^0.12.7",
"slugify": "^1.6.5",
"vue-highlight.js": "^3.1.0",
"vue-template-compiler": "^2.6.12"
},
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@nuxtjs/sitemap": "^1.3.1",
"dotenv": "^14.3.2",
"glob": "^7.1.6",
"netlify-lambda": "^2.0.1",
"standard": "^16.0.3"
}
}