-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 926 Bytes
/
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
{
"name": "Atsumeru-website",
"version": "1.0.0",
"description": "Free self-hosted mangas/comics/light novels media server",
"main": "index.js",
"authors": {
"name": "AtsumeruDev",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AtsumeruDev/Atsumeru-website.git"
},
"scripts": {
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vuepress dev src",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && vuepress build src"
},
"devDependencies": {
"node-sass": "8.0.0",
"sass-loader": "10.4.1",
"vuepress": "1.9.7",
"webpack": "4.46.0"
},
"resolutions": {
"watchpack": "1.6.1"
},
"dependencies": {
"material-design-icons-iconfont": "^6.7.0",
"vue-material-design-icons": "5.1.2",
"vuepress-plugin-container": "^2.1.5",
"vuepress-theme-default-prefers-color-scheme": "^2.0.0"
}
}