This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
89 lines (89 loc) · 2.64 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"engines": {
"node": ">=16.13.0"
},
"scripts": {
"dev": "webpack -w",
"build": "rm -rf build/* && webpack --mode=production"
},
"dependencies": {
"@types/cheerio": "^0.22.30",
"@types/d3": "^7.1.0",
"@types/d3-hexbin": "^0.2.3",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/lodash": "^4.14.176",
"@types/markdown-it": "^12.2.3",
"@types/node": "^16.11.7",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.4",
"@types/remove-markdown": "^0.3.1",
"@types/url-join": "^4.0.1",
"autoprefixer": "^10.4.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"bootstrap": "^4.1.1",
"cheerio": "^1.0.0-rc.10",
"copy-webpack-plugin": "^6.4.0",
"css-loader": "^0.26.2",
"d3": "^7.1.1",
"d3-hexbin": "^0.2.2",
"d3-scale-chromatic": "^3.0.0",
"decko": "^1.2.0",
"dotenv": "^10.0.0",
"dotenv-webpack": "^7.0.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.2.0",
"front-matter": "^4.0.2",
"front-matter-loader": "^0.2.0",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"gray-matter": "^4.0.3",
"highlight-loader": "^0.7.4",
"highlight.js": "^11.3.1",
"html-loader": "^1.3.2",
"json-loader": "^0.5.7",
"less": "^4.1.2",
"less-loader": "^7.3.0",
"lodash": "^4.17.21",
"markdown-it": "^12.2.0",
"markdown-it-custom-block": "^0.1.2",
"markdown-it-front-matter-loader": "^0.0.7",
"markdown-it-header-sections": "^1.0.0",
"markdown-to-jsx": "^7.1.3",
"mobx": "^6.3.7",
"mobx-react": "^7.2.1",
"moment": "^2.29.1",
"node-sass": "^6.0.1",
"normalize.css": "^8.0.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"react": "^17.0.2",
"react-component-resizable": "^2.0.1",
"react-dom": "^17.0.2",
"remove-markdown": "^0.3.0",
"sass-loader": "^10.2.0",
"static-site-generator-webpack-plugin": "^3.4.2",
"style-loader": "^0.13.2",
"ts-loader": "^8.3.0",
"typescript": "^4.4.4",
"url-join": "^4.0.1",
"url-loader": "^4.1.1",
"url-slug": "^3.0.2",
"webpack": "^4.46.0",
"webpack-dev-server": "^4.5.0",
"webpack-manifest-plugin": "^4.0.2",
"yaml-front-matter": "^4.1.1"
},
"devDependencies": {
"webpack-cli": "^4.9.1"
}
}