-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.36 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
{
"name": "@samples/react",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.build.js",
"lint:eslint": "eslint .",
"lint:types": "tsc --noEmit"
},
"dependencies": {
"@samples/movie-widgets": "workspace:*",
"@workleap/orbiter-ui": "^5.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^6.26.2"
},
"devDependencies": {
"@swc/core": "1.7.26",
"@swc/helpers": "0.5.13",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/parser": "8.6.0",
"@workleap/browserslist-config": "2.0.1",
"@workleap/eslint-plugin": "3.2.2",
"@workleap/swc-configs": "2.2.3",
"@workleap/typescript-configs": "3.0.2",
"@workleap/webpack-configs": "1.5.1",
"browserslist": "4.23.3",
"eslint": "8.57.1",
"shelljs": "0.8.5",
"typescript": "5.5.4",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}