forked from EmulatorJS/emulatorjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 973 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
{
"name": "emulatorjs.org",
"version": "0.2.0",
"description": "The EmulatorJS Website",
"main": "index.js",
"author": "Ethan O'Brien <[email protected]> (https://github.com/ethanaobrien)",
"license": "MIT",
"contributors": [
"Isaiah Koontz <[email protected]> (https://github.com/KingIzzymon)",
"Allan Niles (https://github.com/allancoding)"
],
"repository": "https://github.com/EmulatorJS/emulatorjs.org",
"scripts": {
"dev": "node pullgithub.js && nuxi dev --host",
"build": "node pullgithub.js && nuxi build",
"generate": "node pullgithub.js && nuxi generate",
"preview": "nuxi preview --host",
"lint": "eslint ."
},
"devDependencies": {
"@nuxt-themes/docus": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@types/node": "^20.11.24",
"eslint": "^8.57.0",
"nuxt": "^3.10.3",
"nuxt-anchorscroll": "^1.0.3",
"nuxt-custom-elements": "^2.0.0-beta.30",
"nuxt-gtag": "^2.0.5"
}
}