forked from tforkmann/Feliz.ReactFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.24 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
{
"private": true,
"scripts": {
"start": "webpack-dev-server",
"build": "webpack -p",
"test:build": "dotnet fable tests/Client --outDir tests/Client/output --run webpack -p --config webpack.tests.config.js",
"test:live": "dotnet fable tests/Client --outDir tests/Client/output --run webpack-dev-server --config webpack.tests.config.js"
},
"devDependencies": {
"@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": "^6.1.0",
"core-js": "^3.3.2",
"css-loader": "^4.2.1",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.10.0",
"react": "^18",
"react-dom": "^18",
"remotedev": "^0.2.9",
"resolve-url-loader": "^3.1.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"selfsigned": "^1.10.8",
"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": {
"reactflow": "^11"
}
}