-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.32 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
{
"dependencies": {
"@hot-loader/react-dom": "17.0.1",
"fabric": "^4.6.0",
"normalize.css": "^8.0.1",
"prettier": "2.8.0",
"prettier_d_slim": "^1.0.0",
"prop-types": "^15.8.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hot-loader": "^4.13.0",
"styled-components": "^5.3.3",
"workbox-routing": "^6.5.0",
"workbox-strategies": "^6.5.0"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.2",
"babel-minify": "^0.5.1",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-styled-components": "^1.13.2",
"babel-preset-minify": "^0.5.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"eslint": "^7.32.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"esm": "^3.2.22",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.1",
"style-loader": "^3.3.1",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"terser-webpack-plugin": "^5.2.4",
"webpack": "^5.69.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.0",
"webpack-modules": "^1.0.0"
},
"scripts": {
"dev": "webpack serve --hot --mode=development",
"build": "webpack --env=production"
},
"name": "@rockerBOO/fabric-offscreen-canvas"
}