-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.86 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.86 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
{
"name": "@sap-ux-private/ui-prompting-examples",
"version": "0.5.24",
"description": "This project contains UI storybook stories with exampleS with prompt ui and FPM based building blocks.",
"license": "Apache-2.0",
"private": true,
"main": "dist/index.js",
"scripts": {
"clean": "rimraf --glob dist coverage *.tsbuildinfo storybook",
"build": "npm-run-all -l -p build:extension build:copyfiles",
"build:extension": "tsc --build --pretty",
"build:copyfiles": "copyfiles --up 1 \"./src/**/*.scss\" ./dist/",
"build:compile": "tsc",
"lint": "eslint",
"lint:fix": "eslint --fix",
"format:fix": "prettier --write --ignore-path ../../.prettierignore",
"format:fix:all": "prettier --write '**/*.{css,scss,html,js,json,ts,tsx,yaml,yml}' '!**/{out,dist,typings,node_modules}/**' '!**/*.{svg,png,xml}' --ignore-path ../../.prettierignore",
"storybook": "npm-run-all -l -p storybook:prepare storybook:run",
"storybook:prepare": "ts-node ./scripts/index.js",
"storybook:run": "storybook dev"
},
"dependencies": {
"@sap-ux/ui-components": "workspace:*",
"@sap-ux/ui-prompting": "workspace:*",
"react-markdown": "^5.0.3",
"sanitize-html": "^2.17.2"
},
"peerDependencies": {
"react": ">=16.14.0",
"react-dom": ">=16.14.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/helper-define-map": "^7.18.6",
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@sap-ux/fe-fpm-writer": "workspace:*",
"@sap-ux/i18n": "workspace:*",
"@sap-ux/project-access": "workspace:*",
"@storybook/components": "^8.6.14",
"@storybook/manager-api": "^8.6.17",
"@storybook/react": "^8.6.17",
"@storybook/react-webpack5": "^8.6.17",
"@types/inquirer": "^8.2.6",
"@types/mem-fs": "^1.1.2",
"@types/mem-fs-editor": "^7.0.1",
"@types/react": "^16.14.69",
"@types/react-dom": "^16.9.25",
"@types/sanitize-html": "^2.16.1",
"@types/uuid": "^11.0.0",
"@types/ws": "^8.18.1",
"babel-loader": "^10.1.1",
"copyfiles": "^2.4.1",
"css-loader": "^7.1.4",
"eslint": "^9.39.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-storybook": "^0.6.15",
"mem-fs": "^2.1.0",
"mem-fs-editor": "^9.4.0",
"npm-run-all2": "^8.0.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"sass": "^1.98.0",
"sass-loader": "^16.0.7",
"storybook": "^8.6.17",
"storybook-addon-turbo-build": "^2.0.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"ws": "^8.20.0"
}
}