-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 922 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": "nmsce",
"version": "1.0.0",
"description": "A web app to search all of the NMSCE submissions",
"main": "index.js",
"scripts": {
"dev:old": "firebase serve --only hosting",
"dev": "npx serve --cors -p 5000 ./public",
"deploy:alpha": "firebase hosting:channel:deploy alpha",
"deploy:beta": "firebase deploy --only hosting:test",
"deploy:prod": "firebase deploy --only hosting:nmsce"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackholesuns/nmsce.git"
},
"keywords": [
"\\"
],
"author": "Stephen Piper, Christopher-Robin Ebbinghaus",
"license": "ISC",
"bugs": {
"url": "https://github.com/blackholesuns/nmsce/issues"
},
"homepage": "https://github.com/blackholesuns/nmsce#readme",
"dependencies": {
"eslint-config-standard": "^17.1.0",
"firebase": "^10.8.1"
},
"devDependencies": {
"eslint": "^8.42.0"
}
}