-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 921 Bytes
/
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
{
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"bulma": "^0.8.1",
"bulma-pageloader": "^0.3.0",
"lowdb": "^1.0.0",
"marked": "^0.8.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"showdown": "^1.9.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.6.4",
"css-loader": "^3.5.1",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.0.4",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"remotedev": "^0.2.9",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"highlight.js": "^10.1.1",
"react-highlight": "0.12.0",
"react-markdown": "5.0.2",
"toastr": "2.1.4",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}