-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.7 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
48
49
50
51
{
"name": "react-static-example-typescript",
"private": true,
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"bundle": "react-static bundle",
"export": "react-static export",
"serve": "serve dist -p 3000 -s",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"lint:fix": "yarn lint --fix"
},
"dependencies": {
"@reach/router": "^1.3.4",
"@riboseinc/aperis-doc-pages": "^1.0.0-pre9",
"@riboseinc/react-static-plugin-aperis-doc-pages": "^1.0.25",
"axios": "^1.6.2",
"chroma-js": "^2.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-static": "^7.6.2",
"react-static-plugin-reach-router": "^7.6.2",
"react-static-plugin-sitemap": "^7.6.2",
"react-static-plugin-source-filesystem": "^7.6.2",
"react-static-plugin-styled-components": "^7.6.2",
"react-static-plugin-typescript": "^7.6.2",
"styled-components": "^6.1.1"
},
"devDependencies": {
"@types/chroma-js": "^2.4.3",
"@types/node": "^20.9.4",
"@types/reach__router": "^1.3",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/react-helmet": "^6.1.9",
"@types/react-hot-loader": "^4.1.0",
"@types/styled-components": "^5.1.32",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"react-hot-loader": "^4.13.1",
"react-static-plugin-file-watch-reload": "^1.0.4",
"serve": "^14.2.1",
"typescript": "^5.3.2"
}
}