-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.41 KB
/
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
40
41
42
{
"name": "build-umass-website",
"version": "3.0.1",
"description": "This is the GitHub repository for the official BUILD UMass Website. It contains the current and all previous versions of the website and its assets. The development of the current version is done using [Next.js](https://nextjs.org/).",
"scripts": {
"build": "cd src && yarn build",
"full-install": "yarn install && cd src && yarn install",
"full-upgrade": "yarn upgrade && cd src && yarn upgrade",
"heroku-postbuild": "yarn build",
"prebuild": "yarn full-install",
"prestart": "yarn full-install",
"serve": "firebase serve",
"start": "cd src && yarn start",
"dev": "cd src && yarn dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/build-umass/BUILD-Website.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/build-umass/BUILD-Website/issues"
},
"homepage": "https://github.com/build-umass/BUILD-Website#readme",
"dependencies": {
"firebase": "^8.9.1",
"firebase-tools": "^8.9.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.8.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.28.0",
"prettier": "^2.1.1"
}
}