-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
72 lines (72 loc) · 2.28 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"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"
},
"dependencies": {
"@mrblenny/react-flow-chart": "^0.0.14",
"@sanity/image-url": "^0.140.19",
"antd": "^4.1.4",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"disqus-react": "^1.0.8",
"flare-react": "^1.0.7",
"fuse.js": "^6.4.1",
"lodash": "^4.17.15",
"netlify-cms": "^2.10.47",
"netlify-cms-app": "^2.12.11",
"netlify-cms-media-library-cloudinary": "^1.3.4",
"netlify-cms-media-library-uploadcare": "^0.5.5",
"netlify-identity-widget": "^1.5.6",
"postcss-custom-properties": "^9.1.1",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-feather": "^2.0.8",
"react-identicons": "^1.2.4",
"react-markdown": "^5.0.3",
"react-masonry-css": "^1.0.14",
"react-share": "^4.1.0",
"react-slick": "^0.25.2",
"react-static": "^7.2.0",
"react-static-plugin-less": "^7.2.2",
"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",
"react-timeago": "^4.4.0",
"remark-gfm": "^1.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.1.1",
"tailwindcss": "^1.3.4",
"use-fuse": "^0.0.3"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.2",
"@reach/router": "^1.2.1",
"@types/antd": "^1.0.0",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.150",
"@types/netlify-identity-widget": "^1.4.1",
"@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/react-share": "^3.0.3",
"@types/react-slick": "^0.23.4",
"@types/styled-components": "^5.1.2",
"@types/webpack-env": "^1.14.0",
"react-hot-loader": "^4.12.11",
"react-static-plugin-tailwindcss": "^0.1.3",
"serve": "^11.1.0",
"typescript": "^3.5.3"
}
}