-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
30 lines (30 loc) · 967 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.1",
"description": "The EmulatorJS Website",
"main": "index.js",
"license": "MIT",
"contributors": [
"Allan Niles (https://github.com/allancoding)",
"Ethan O'Brien <[email protected]> (https://github.com/ethanaobrien)",
"Isaiah Koontz <[email protected]> (https://github.com/KingIzzymon)"
],
"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.7.4",
"@types/node": "^22.10.2",
"eslint": "^9.17.0",
"nuxt": "^3.14.1592",
"nuxt-anchorscroll": "^1.0.3",
"nuxt-custom-elements": "^2.0.0-beta.30",
"nuxt-gtag": "^3.0.2"
}
}