forked from tnentwig/WebVisu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 2.02 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "webvisu",
"version": "1.0.14",
"description": "",
"scripts": {
"npm install": "npm install",
"test": "echo \"Error: no test specified\" && exit 1",
"prettier-check": "npx prettier --check --config .prettierrc.json \"./src/**/*.{ts,tsx}\"",
"prettier-write": "npx prettier --write --config .prettierrc.json \"./src/**/*.{ts,tsx}\"",
"build": "webpack",
"build--trace-deprecation": "node --trace-deprecation node_modules/webpack/bin/webpack.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tnentwig/WebVisu.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tnentwig/WebVisu/issues"
},
"homepage": "https://github.com/tnentwig/WebVisu#readme",
"devDependencies": {
"@types/brotli": "^1.3.1",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/sprintf-js": "^1.1.2",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"compression-webpack-plugin": "^8.0.1",
"css-loader": "^5.2.7",
"eslint": "^7.31.0",
"eslint-config-prettier": "^7.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^4.5.2",
"prettier": "^2.3.2",
"react-dev-utils": "^11.0.4",
"source-map-loader": "^2.0.2",
"style-loader": "^2.0.0",
"ts-loader": "^8.3.0",
"typescript": "^4.3.5",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@material-ui/core": "^4.12.1",
"fflate": "^0.7.1",
"mobx": "^6.3.2",
"mobx-react-lite": "^3.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.3",
"react-uid": "^2.3.1",
"reactjs-popup": "^2.0.5",
"sprintf-js": "^1.1.2"
}
}