forked from fabmob/fabmob.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
{
"name": "fabmob.io",
"version": "0.0.1",
"description": "",
"main": "index.html",
"license": "MIT",
"scripts": {
"start": "webpack serve --hot --mode development --inline -c code/webpack.config.js",
"compile": "NODE_ENV=production webpack --mode production -c code/webpack.config.js",
"stats": "NODE_ENV=production webpack --mode production -c code/webpack.config.js --profile --json > stats.json"
},
"dependencies": {
"buffer": "^6.0.3",
"copy-webpack-plugin": "^7.0.0",
"front-matter": "^4.0.2",
"imports-loader": "^2.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-helmet": "^6.1.0",
"react-highlight-words": "^0.17.0",
"react-markdown": "^5.0.3",
"react-router-dom": "^5.2.0",
"remark-breaks": "^2.0.1",
"remark-footnotes": "^3.0.0",
"twemoji": "^13.0.1",
"yaml-loader": "^0.6.0"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.0.0",
"react-refresh": "^0.9.0",
"styled-components": "^5.2.1",
"webpack": "^5.20.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"worker-loader": "^3.0.7"
},
"keywords": [],
"optionalDependencies": {
"node-fetch": "^2.6.1",
"scrape-it": "^5.3.1"
}
}