forked from OpenRailAssociation/osrd-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.55 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
{
"name": "@osrd-project/root",
"version": "0.1.0",
"homepage": "https://github.com/osrd-project/osrd-ui#readme",
"repository": {
"type": "git",
"url": "https://github.com/osrd-project/osrd-ui.git"
},
"bugs": {
"url": "https://github.com/osrd-project/osrd-ui/issues"
},
"workspaces": [
"ui-core",
"ui-icons",
"ui-speedspacechart",
"ui-warped-map",
"storybook"
],
"engines": {
"node": ">=18"
},
"scripts": {
"clean": "npm run clean --workspaces --if-present",
"build": "npm run build --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"storybook": "npm start --workspace='@osrd-project/storybook'",
"lerna:changed": "lerna changed",
"lerna:diff": "lerna diff",
"lerna": "lerna",
"lerna:publish": "lerna publish from-package --no-private --yes"
},
"devDependencies": {
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.2.40",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"lerna": "^8.1.2",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"rollup": "^4.13.0",
"typescript": "^5.4.2"
}
}