-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.32 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
{
"name": "react-static-example-basic",
"private": true,
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"analyze": "react-static build --analyze",
"serve": "serve dist -p 3000"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@reach/router": "^1.2.1",
"axios": "^0.19.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-jss": "^10.4.0",
"react-static": "^7.2.0",
"react-static-plugin-jss": "^7.3.0",
"react-static-plugin-md-pages": "^0.2.0",
"react-static-plugin-reach-router": "^7.2.0",
"react-static-plugin-sitemap": "^7.2.0"
},
"devDependencies": {
"@types/material-ui": "^0.21.8",
"@types/react": "^16.9.50",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"babel-eslint": "^10.0.2",
"eslint": "^7.11.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.14.3",
"eslint-plugin-react-hooks": "^4.0.2",
"react-static-plugin-typescript": "^7.4.2",
"serve": "^11.1.0",
"typescript": "^4.0.3"
}
}