-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·48 lines (47 loc) · 1.55 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
{
"private": true,
"scripts": {
"prestart": "dotnet tool restore",
"start": "dotnet fable watch ./src/docs --outDir ./src/docs/.fable-build --run vite",
"prebuild": "dotnet tool restore",
"build": "dotnet fable ./src/docs --outDir ./src/docs/.fable-build --run vite build"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.9.6",
"@babel/runtime": "^7.6.3",
"autoprefixer": "10.4.19",
"babel-loader": "^8.0.5",
"buffer": "^6.0.3",
"core-js": "^3.3.2",
"cross-os": "^1.4.0",
"css-loader": "^4.2.1",
"cssnano": "5.1.11",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^0.10.0",
"npm-run-all": "^4.1.5",
"vite": "^5.0.13",
"@vitejs/plugin-react": "^4.2.0",
"postcss-cli": "^9.1.0",
"postcss-fontpath": "^1.0.0",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.0",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remotedev": "^0.2.9",
"resolve-url-loader": "^3.1.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"source-map-loader": "^3.0.0",
"selfsigned": "^1.10.8",
"style-loader": "^1.2.1",
"daisyui": "^4.12.2",
"@fortawesome/fontawesome-free":"^6.4.2",
"tailwindcss": "^3.3.5"},
"dependencies": {
"hammerjs": "^2.0.8"
}
}