-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.56 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
{
"name": "react-js-carplay",
"version": "3.0.18",
"description": "React Component for node-carplay",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "rollup -c"
},
"author": "",
"license": "ISC",
"peerDependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/material": "^5.11.7",
"buffer": "^6.0.3",
"jmuxer": "^2.0.5",
"react": "^18.2.0",
"react-modal": "^3.16.1",
"socket.io-client": "^4.5.4",
"stream-browserify": "^3.0.0",
"webpack": "^5.75.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^6.0.3",
"autoprefixer": "^10.4.13",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"css-loader": "^6.7.3",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"rollup": "^2.79.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-styles": "^4.0.0",
"style-loader": "^3.3.1",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@babel/runtime": "^7.20.13"
}
}