-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 925 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
{
"name": "mcgill-effective-altruism",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"framer-motion": "^3.3.0",
"next": "^10.0.6",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-accessible-accordion": "^3.3.3",
"react-burger-menu": "^3.0.3",
"react-dom": "^16.9.0",
"react-grid-system": "^7.1.1",
"react-mailchimp-subscribe": "^2.1.3"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-config-react-app": "^5.0.1",
"eslint-config-react-tools": "^1.1.7",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.22.0",
"webpack-cli": "^4.3.1"
}
}