-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.01 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.01 KB
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
{
"private": true,
"scripts": {
"prestart": "dotnet tool restore",
"start": "dotnet fable watch ./sample -s --run webpack-dev-server",
"prebuild": "dotnet tool restore",
"build": "dotnet fable ./test && webpack"
},
"dependencies": {
"@fluentui/react": "^8.68.4",
"bulma": "^0.9.1",
"date-fns": "^2.16.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^7.31.2"
},
"devDependencies": {
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^5.2.6",
"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",
"sass": "^1.34.0",
"sass-loader": "^9.0.3",
"source-map-loader": "^1.1.3",
"style-loader": "^1.2.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
}
}