-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.23 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
43
44
45
46
47
{
"name": "womenindata",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --fix . && echo 'Lint complete.'"
},
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"@artsy/fresnel": "^1.3.1",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"eslint": "^7.19.0",
"express": "^4.17.1",
"graphql": "^15.5.0",
"graphql-tag": "^2.11.0",
"isomorphic-unfetch": "^3.1.0",
"link": "^0.1.5",
"next": "^10.0.6",
"next-images": "^1.7.0",
"next-with-apollo": "^5.1.1",
"nodemailer": "^6.4.18",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-share": "^4.3.1",
"react-spinners-kit": "^1.9.1",
"react-truncate": "^2.4.0",
"react-tweet": "^1.7.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"twitter": "^1.7.1"
},
"devDependencies": {
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"nodemon": "^2.0.7",
"prettier": "^2.2.1"
}
}