forked from gfguilherme/estagio-antaq-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.4 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
{
"name": "chrome-extension",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "webpack --watch --env development",
"build": "webpack --watch --env production",
"code:format": "prettier -w './src/**/**'"
},
"author": "Guilherme Gonçalves Ferreira",
"devDependencies": {
"@babel/core": "^7.17.5",
"@mui/icons-material": "^5.0.1",
"@types/chrome": "0.0.128",
"@types/jquery": "^3.5.7",
"@types/node": "^17.0.21",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/webpack": "^5.28.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^5.2.7",
"fork-ts-checker-webpack-plugin": "^7.2.7",
"html-webpack-plugin": "^5.5.0",
"jquery": "^3.6.0",
"prettier": "^2.6.2",
"source-map-loader": "^3.0.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.3.0",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.4.0"
},
"dependencies": {
"@date-io/date-fns": "^2.13.1",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@material-table/core": "^0.2.27",
"@material-table/exporters": "^1.0.12",
"@mui/lab": "^5.0.0-alpha.72",
"@mui/material": "^5.5.0",
"axios": "^0.26.0",
"date-fns": "^2.28.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}