-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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": "mcgill.hack4impact.org",
"author": "Hack4Impact McGill",
"scripts": {
"dev": "export SET NODE_OPTIONS=--openssl-legacy-provider && next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"acorn": "^7.1.1",
"detect-libc": "^1.0.3",
"needle": "^2.4.0",
"next": "^10.0.6",
"next-page-transitions": "^1.0.0-alpha.4",
"nopt": "^4.0.1",
"rc": "^1.2.8",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-spring": "^7.2.1",
"react-toastify": "^4.5.1",
"react-vertical-timeline-component": "^2.3.1",
"reactstrap": "^6.5.0",
"sharp": "^0.33.5",
"yarn": "^1.22.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-inline-react-svg": "^1.0.1",
"eslint": "^5.10.0",
"eslint-config-prettier": "^3.3.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"gh-pages": "^1.2.0",
"prettier": "^1.15.3"
}
}