generated from hack4impact-uiuc/uiuc.hack4impact.org
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 1.14 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
{
"name": "hack4impact-chapter-website-template",
"author": "Hack4Impact",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"format": "prettier --write \"**/*.{js,jsx,css}\"",
"format:check": "prettier --check \"**/*.{js,jsx,css}\"",
"lint": "eslint \"./**/*.{js,jsx}\"",
"lint:fix": "eslint --fix \"./**/*.{js,jsx}\""
},
"dependencies": {
"next": "^10.0.4",
"next-page-transitions": "^1.0.0-alpha.4",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-ga": "^3.1.2",
"react-spring": "^8.0.27",
"react-toastify": "^6.0.8",
"react-vertical-timeline-component": "^3.0.2",
"reactstrap": "^8.5.1",
"styled-jsx": "^4.0.1",
"yarn": "^1.16.0"
},
"devDependencies": {
"@contentful/rich-text-html-renderer": "^14.1.2",
"@hack4impact-uiuc/eslint-plugin": "2.0.3",
"babel-plugin-inline-react-svg": "^1.0.1",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.3.1",
"node-sass": "^5.0.0",
"prettier": "^2.1.2",
"styled-jsx-plugin-sass": "^1.0.0"
}
}