-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
68 lines (68 loc) · 2.29 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
66
67
68
{
"name": "pcf-project",
"version": "1.0.0",
"description": "Project containing your PowerApps Component Framework (PCF) control.",
"scripts": {
"build": "pcf-scripts build",
"clean": "pcf-scripts clean",
"rebuild": "pcf-scripts rebuild",
"start": "pcf-scripts start",
"refreshTypes": "pcf-scripts refreshTypes",
"storybook": "storybook dev -p 6006 --debug-webpack",
"test-storybook": "test-storybook",
"build-storybook": "storybook build",
"deploy-storybook": "gh-pages -d storybook-static"
},
"dependencies": {
"@fluentui/react-components": "^9.54.2",
"@tanstack/react-query": "^5.45.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@storybook/addon-webpack5-compiler-babel" : "^3.0.3",
"@shko.online/componentframework-mock": "^0.6.3",
"@storybook/addon-actions": "^8.1.11",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/addon-mdx-gfm": "^8.1.11",
"@storybook/blocks": "^8.1.11",
"@storybook/preview-api" : "^8.1.11",
"@storybook/html": "^8.1.11",
"@storybook/html-webpack5": "^8.1.11",
"@storybook/test": "^8.1.11",
"@types/node": "^18.6.5",
"@types/powerapps-component-framework": "^1.3.14",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"ajv": "^8.12.0",
"babel-loader": "^8.3.0",
"browserlist": "^1.0.1",
"browserslist": "^4.21.5",
"chromatic": "^6.17.3",
"clean-webpack-plugin": "^4.0.0",
"esbuild-loader": "^3.0.1",
"eslint": "^7.23.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-storybook": "^0.6.14",
"gh-pages": "^5.0.0",
"pcf-scripts": "^1",
"pcf-start": "^1",
"speed-measure-webpack-plugin": "^1.5.0",
"storybook": "^8.1.11",
"typescript": "^4.7.4"
}
}