-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.94 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
{
"name": "slap",
"version": "0.1.94",
"description": "Streamlabs Application modules",
"scripts": {
"test": "jest --collectCoverage",
"start": "webpack serve --config webpack.config.demo.js --progress --mode development",
"build": "webpack --progress --mode production",
"build-demo": "webpack --config webpack.config.demo.js --progress --mode production",
"watch-demo": "webpack serve --config webpack.config.demo.js --progress --mode development",
"start-sandbox": "npm run build-demo & webpack-dev-server --static ./dist/demo"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/core": "^7.16.10",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.0.4",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"antd": "^4.18.5",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.1",
"css-loader": "^6.5.1",
"declaration-bundler-webpack-plugin": "^1.0.3",
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"html-webpack-plugin": "^5.5.0",
"is-plain-object": "^5.0.0",
"jest": "^27.5.1",
"nanoevents": "^6.0.2",
"react-dom": "^17.0.2",
"react-rnd": "^10.3.5",
"style-loader": "^3.3.1",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.6",
"typescript": "^4.6.3",
"uuid": "^8.3.2",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3",
"react": "^17.0.2",
"immer": "^9.0.12"
}
}