-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 2.07 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
59
60
61
62
63
64
65
{
"name": "@digitalservice4germany/angie",
"version": "0.0.0-development",
"description": "Tailwind plugin for the Angie Design System",
"main": "index.js",
"scripts": {
"start": "concurrently \"npm:watch:*\"",
"watch:storybook": "storybook dev -p 6006",
"watch:tailwind": "tailwindcss -i ./.storybook/styles.css -o ./build/styles.css --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./build-package",
"build-storybook": "tailwindcss -i ./.storybook/styles.css -o ./build/styles.css && storybook build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/digitalservicebund/angie.git"
},
"keywords": [],
"author": "Joschka de Cuveland <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/digitalservicebund/angie/issues"
},
"homepage": "https://github.com/digitalservicebund/angie#readme",
"publishConfig": {
"access": "public",
"provenance": true
},
"release": {
"branches": [
"main"
]
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@digitalservice4germany/style-dictionary": "^2.0.0",
"@storybook/addon-a11y": "^8.2.6",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-interactions": "^8.2.6",
"@storybook/addon-links": "^8.2.6",
"@storybook/addon-storysource": "^8.2.6",
"@storybook/blocks": "^8.2.6",
"@storybook/html": "^8.2.6",
"@storybook/html-vite": "^8.2.6",
"@storybook/manager-api": "^8.2.6",
"@storybook/test": "^8.2.6",
"@storybook/theming": "^8.2.6",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"concurrently": "^8.2.2",
"dedent": "^1.5.3",
"lefthook": "^1.7.11",
"lorem-ipsum": "^2.0.8",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"semantic-release": "^24.0.0",
"storybook": "^8.2.6",
"tailwindcss": "^3.4.7"
},
"_id": "@digitalservice4germany/[email protected]"
}