generated from mazipan/react-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.4 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": "my-razzle-app",
"version": "4.0.4",
"license": "MIT",
"scripts": {
"dev": "razzle start",
"build": "razzle build --noninteractive",
"test": "razzle test --env=jsdom",
"prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"@jackyef/use-intersect": "0.0.6",
"@loadable/component": "^5.15.0",
"@loadable/server": "^5.15.0",
"@vercel/node": "^1.11.0",
"express": "^4.17.1",
"graphql": "^15.5.0",
"isomorphic-unfetch": "3.1.0",
"prop-types": "^15.7.2",
"razzle-plugin-graphql": "^4.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.0.9",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@loadable/babel-plugin": "^5.13.2",
"@loadable/webpack-plugin": "^5.15.0",
"babel-preset-razzle": "4.0.4",
"eslint": "^7.28.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^1.7.0",
"html-webpack-plugin": "^4.5.2",
"mini-css-extract-plugin": "^0.9.0",
"razzle": "4.0.4",
"razzle-dev-utils": "4.0.4",
"razzle-plugin-bundle-analyzer": "^4.0.4",
"webpack": "^4.44.1",
"webpack-dev-server": "^3.11.2"
}
}