-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "@codefreak/homepage",
"private": true,
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"fix": "prettier src/** --write",
"build": "react-static build",
"bundle": "react-static bundle",
"export": "react-static export",
"serve": "serve dist -p 3000 -s"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@reach/router": "^1.2.1",
"antd": "^4.5.4",
"axios": "^0.21.1",
"prettier": "^2.0.5",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-responsive-embed": "^2.1.0",
"react-seo-meta-tags": "^1.1.0",
"react-static": "^7.2.0",
"react-static-plugin-less": "^7.3.0",
"react-static-plugin-reach-router": "^7.2.0",
"react-static-plugin-sitemap": "^7.2.0",
"react-static-plugin-source-filesystem": "^7.2.0",
"react-static-plugin-typescript": "^7.2.0"
},
"devDependencies": {
"@svgr/webpack": "^5.4.0",
"@types/node": "^12.7.2",
"@types/reach__router": "^1.2",
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"@types/react-hot-loader": "^4.1.0",
"@types/webpack-env": "^1.14.0",
"react-hot-loader": "^4.12.11",
"serve": "^11.1.0",
"typescript": "^3.5.3"
}
}