-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 835 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 835 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
28
29
30
31
32
{
"name": "naomi-website",
"version": "1.0.0",
"description": "Naomi Website",
"dependencies": {
"@vuepress/plugin-last-updated": "^1.4.0",
"@widgetbot/crate": "^3.1.237",
"copy-webpack-plugin": "^4.5.1",
"fs-extra": "^6.0.1",
"headroom.js": "^0.9.4",
"markdown-it": "^8.4.1",
"moment": "^2.24.0",
"scrollreveal": "^3.4.0",
"vue-parallax": "^1.1.1",
"vue-parallaxy": "^1.1.1",
"vue-tweet-embed": "^2.1.1",
"vue-typed-js": "^0.1.2"
},
"devDependencies": {
"copy-webpack-plugin": "^4.5.1",
"fs-extra": "^6.0.1",
"vuepress": "^0.14.11"
},
"scripts": {
"dev": "vuepress dev",
"prepare-docs": "ruby prepare-docs.rb",
"build": "ruby prepare-docs.rb && vuepress build",
"build-only": "vuepress build ."
},
"author": "Naomi",
"license": "MIT"
}