forked from AssemblyScript/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 709 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 709 Bytes
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
{
"name": "@assemblyscript/website",
"private": true,
"version": "0.0.0",
"license": "Apache-2.0",
"description": "AssemblyScript's Website.",
"scripts": {
"start": "vuepress dev src --host localhost --no-cache",
"build": "vuepress build src",
"serve": "vuepress serve src",
"preinstall": "npx npm-force-resolutions"
},
"devDependencies": {
"@vuepress/plugin-html-redirect": "^0.1.2",
"he": "^1.2.0",
"node-fetch": "^2.6.1",
"pngquant": "^4.0.0",
"prism-themes": "^1.5.0",
"sharp": "^0.29.0",
"vuepress": "^1.8.2",
"vuepress-plugin-serve": "^2.0.4",
"vuepress-plugin-sitemap": "^2.3.1"
},
"resolutions": {
"watchpack": "2.1.1"
}
}