-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.76 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
{
"name": "styledswitch",
"version": "1.0.0",
"description": "To use the component follow these steps:\r 1. Import the managed solution into your environment\r 2. Configure the component for your TwoOptions form controls\r 1. Customize the look and feel of each individual control\r 3. The component is compatible with Canvas apps too\r 4. Enjoy!",
"main": "index.js",
"scripts": {
"build": "pcf-scripts build",
"clean": "pcf-scripts clean",
"lint": "pcf-scripts lint",
"lint:fix": "pcf-scripts lint fix",
"rebuild": "pcf-scripts rebuild",
"start": "pcf-scripts start",
"refreshTypes": "pcf-scripts refreshTypes",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.22.20",
"@shko.online/componentframework-mock": "^0.1.24",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/addons": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/html": "^7.6.7",
"@storybook/html-webpack5": "^7.6.7",
"@storybook/testing-library": "^0.2.2",
"@types/react-dom": "^18.2.8",
"chromatic": "^7.2.0",
"esbuild-loader": "^4.0.2",
"pcf-scripts": "^1.27.5",
"pcf-start": "^1.27.5",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.6.7",
"typescript": "^4.9.5"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.11",
"@mui/styled-engine": "^5.14.11"
},
"readme": "ERROR: No README data found!",
"_id": "styledswitch@1.0.0"
}