forked from CompositionalIT/SAFE-Dojo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.38 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
{
"private": true,
"scripts": {
"start": "webpack-dev-server",
"build": "webpack -p",
"test:live": "webpack-dev-server --config webpack.tests.config.js"
},
"devDependencies": {
"@babel/polyfill": "^7.6.0",
"@fortawesome/fontawesome-free": "^5.11.2",
"bulma": "^0.8.0",
"open-sans-fonts": "^1.5.1",
"recharts": "^1.4.2",
"whatwg-fetch": "^3.0.0",
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.9.6",
"@babel/runtime": "^7.6.3",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.3.2",
"css-loader": "^4.2.1",
"fable-compiler": "^2.10.2",
"fable-loader": "^2.1.8",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.10.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"remotedev": "^0.2.9",
"resolve-url-loader": "^3.1.0",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"terser": "^4.3.9",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"dependencies": {
"bulmaswatch": "^0.7.5",
"leaflet": "1.6.0",
"react-leaflet": "2.6.1"
}
}