-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 4.31 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 4.31 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "crafity-start",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build:ci": "pnpm storybook:build && pnpm build",
"lint": "eslint . --ext ts,tsx,cjs,js,mdx --report-unused-disable-directives --cache --cache-location node_modules/.cache/.eslintcache",
"lint:fix": "eslint . --fix --ext ts,tsx,cjs,js,mdx --report-unused-disable-directives --cache --cache-location node_modules/.cache/.eslintcache",
"stylelint": "stylelint --config .stylelintrc.cjs \"src/**/*.css\"",
"stylelint:fix": "stylelint --config .stylelintrc.cjs \"src/**/*.css\" --formatter verbose --fix",
"test:all": "npx concurrently -g --names \"TSC,VITEST,ESLINT,STYLELINT\" -c auto --kill-others-on-fail \"pnpm run test:types\" \"pnpm run test:unit\" \"pnpm run lint\" \"pnpm run stylelint\"",
"test:unit": "echo \"No unit tests configured yet.\"",
"test:types": "tsc --noEmit --pretty false",
"docker:rm": "docker image rm crafity-start -f",
"docker:build": "docker build -t crafity-start .",
"docker:run": "docker run -v ./count.txt:/app/count.txt -p 3000:3000 crafity-start",
"docker:build:run": "pnpm docker:build && pnpm docker:run",
"docker:rebuild": "pnpm docker:rm && pnpm docker:build",
"docker:rebuild:run": "pnpm docker:rebuild && pnpm docker:run",
"storybook:build": "STORYBOOK=true storybook build && mv ./storybook-static ./public/storybook",
"storybook:dev": "storybook dev -p 6006",
"storybook:start": "http-server ./storybook-static",
"check-updates": "npx npm-check-updates",
"update-packages": "npx npm-check-updates -u"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.16.1",
"dependencies": {
"@fontsource-variable/recursive": "^5.2.8",
"@fontsource/dm-sans": "^5.2.8",
"@fontsource/instrument-sans": "^5.2.8",
"@fontsource/martian-mono": "^5.2.7",
"@fontsource/schibsted-grotesk": "^5.2.8",
"@storybook/addon-links": "^10.0.5",
"@tanstack/react-router": "^1.134.9",
"@tanstack/react-start": "^1.134.9",
"clsx": "^2.1.1",
"nitro": "3.0.1-alpha.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.1",
"@csstools/postcss-global-data": "3.1.0",
"@eslint-react/eslint-plugin": "^2.3.1",
"@eslint/js": "^9.39.0",
"@storybook/addon-a11y": "^10.0.5",
"@storybook/addon-docs": "^9.1.3",
"@storybook/blocks": "9.0.0-alpha.17",
"@storybook/react-vite": "^9.1.3",
"@storybook/test": "^8.6.14",
"@types/node": "^24.9.2",
"@types/postcss-import": "14.0.3",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@typescript-eslint/eslint-plugin": "8.41.0",
"@typescript-eslint/parser": "8.41.0",
"@vitejs/plugin-react": "^5.1.0",
"autoprefixer": "10.4.21",
"babel-plugin-react-compiler": "^1.0.0",
"concurrently": "^9.2.1",
"eslint": "^9.39.0",
"eslint-config-prettier": "^10.1.8",
"eslint-formatter-compact": "^9.0.1",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-formatjs": "^5.4.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-dom": "^2.3.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-require-relative-imports": "^1.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-ssr-friendly": "^1.3.0",
"eslint-plugin-storybook": "^9.1.3",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-unused-imports": "4.1.4",
"postcss": "8.5.6",
"postcss-custom-media": "11.0.6",
"postcss-import": "16.1.1",
"postcss-nested": "7.0.2",
"storybook": "^9.1.3",
"stylelint": "16.23.1",
"stylelint-config-css-modules": "4.5.1",
"stylelint-config-idiomatic-order": "10.0.0",
"stylelint-config-standard": "39.0.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12",
"vite-tsconfig-paths": "^5.1.4"
}
}