-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.39 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
61
62
63
64
65
66
67
68
69
70
{
"name": "openpix-frontend-integration",
"version": "1.0.0",
"dependencies": {
"@material-ui/core": "4.11.0",
"@material-ui/styles": "^4.11.3",
"core-js": "^3.9.1",
"isomorphic-fetch": "^3.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"rebass": "^4.0.7",
"styled-components": "^5.2.1",
"styled-system": "^5.1.5",
"qrcode.react": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "7.13.0",
"@babel/core": "7.13.8",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-export-default-from": "7.12.13",
"@babel/plugin-proposal-export-namespace-from": "7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.13.8",
"@babel/plugin-proposal-optional-chaining": "7.13.8",
"@babel/plugin-transform-react-jsx-source": "7.12.13",
"@babel/plugin-transform-typescript": "7.13.0",
"@babel/preset-env": "7.13.8",
"@babel/preset-react": "7.12.13",
"@babel/preset-typescript": "7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@types/babel__core": "7.1.12",
"@types/babel__preset-env": "7.9.1",
"@types/core-js": "^2.5.4",
"@types/dotenv-safe": "^8.1.1",
"@types/dotenv-webpack": "^5.0.0",
"@types/hard-source-webpack-plugin": "1.0.1",
"@types/isomorphic-fetch": "^0.0.35",
"@types/qrcode.react": "^1.0.1",
"@types/react": "17.0.1",
"@types/react-dom": "17.0.1",
"@types/rebass": "^4.0.8",
"@types/styled-components": "^5.1.7",
"@types/styled-system": "^5.1.10",
"@types/terser-webpack-plugin": "5.0.2",
"@types/unused-files-webpack-plugin": "3.4.0",
"@types/webpack-dev-server": "3.11.1",
"@types/webpack-plugin-serve": "1.2.0",
"@webpack-cli/serve": "1.3.0",
"autodll-webpack-plugin": "^0.4.2",
"babel-loader": "8.2.2",
"cache-loader": "4.1.0",
"css-loader": "^5.1.1",
"dotenv-safe": "^8.2.0",
"dotenv-webpack": "^6.0.2",
"hard-source-webpack-plugin": "0.13.1",
"html-webpack-plugin": "5.2.0",
"react-refresh": "0.9.0",
"style-loader": "2.0.0",
"terser-webpack-plugin": "5.1.1",
"unused-files-webpack-plugin": "3.4.0",
"webpack": "5.24.2",
"webpack-cli": "4.5.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3",
"webpack-plugin-serve": "1.3.0"
},
"license": "MIT",
"scripts": {
"start": "webpack serve --hot --config webpack.config.js --progress"
}
}