generated from railmapgen/seed-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.88 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
{
"homepage": "https://railmapgen.github.io/svg-assets",
"name": "@railmapgen/svg-assets",
"repository": "github:railmapgen/svg-assets",
"bugs": {
"url": "https://github.com/railmapgen/svg-assets/issues"
},
"license": "GPL-3.0-only",
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@railmapgen/rmg-palette-resources": "^2.2.5",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.16.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-storybook": "^0.11.1",
"jsdom": "^25.0.1",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.4.7",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vite": "^6.0.3",
"vitest": "^2.1.8"
},
"scripts": {
"start": "npm run storybook",
"build": "npm run build:package && npm run build:storybook",
"build:package": "tsc -p tsconfig.prod.json",
"test": "vitest",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build:storybook": "storybook build"
},
"version": "4.0.5",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*/index.js"
},
"files": [
"dist"
]
}