forked from JannisX11/blockbench.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 682 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 682 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
{
"name": "blockbench.net",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxt/markdown": "0.0.21",
"core-js": "^3.9.1",
"nuxt": "^2.15.8"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@nuxt/content": "^1.14.0",
"@nuxtjs/color-mode": "^2.0.8",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/svg": "^0.1.12",
"prism-themes": "^1.6.0",
"push-dir": "^0.4.1"
}
}