-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 975 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
34
35
36
37
38
39
{
"name": "ryuuganime-zen",
"author": "Ryuuganime",
"description": "Ryuuganime next website UI/UX",
"homepage": "https://ryuuganime.github.io/zen",
"license": "BSL-1.0",
"private": true,
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/ryuuganime/zen.git"
},
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"bugs": {
"url": "https://github.com/ryuuganime/zen/issues"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"uikit": "^3.5.8"
},
"devDependencies": {
"gh-pages": "^3.1.0"
},
"scripts": {
"predeploy": "npm install",
"deploy": "gh-pages -d build"
}
}