-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.46 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "webapp-compositor",
"private": true,
"scripts": {
"format": "prettier --write src test",
"lint": "eslint src",
"test": "jest",
"stats": "webpack --profile --json --mode=production > stats.json",
"watch": "webpack serve --mode=development",
"start": "webpack --mode=production && http-server -c0 dist"
},
"engines": {
"node": ">=16.16.0"
},
"dependencies": {
"@artcom/mqtt-topping-react": "^2.2.0",
"@babel/core": "^7.18.13",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@reduxjs/toolkit": "^1.9.5",
"babel-loader": "^8.2.5",
"classnames": "^2.3.1",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"framer-motion": "^12.23.26",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.1",
"leva": "^0.9.30",
"lodash.isfinite": "^3.3.2",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"style-loader": "^3.3.1",
"url": "^0.11.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.1",
"jest": "^29.0.1",
"prettier": "^2.7.1",
"webpack-dev-server": "^4.10.1"
}
}