-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.66 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
{
"name": "pcf-project",
"version": "1.0.0",
"description": "Project containing your PowerApps Component Framework (PCF) control.",
"scripts": {
"taiwind:build": "npx tailwindcss -i ./input.css -o ./FollowUpNotes/output.css",
"build": "npm run taiwind:build && pcf-scripts build",
"build:pcf": "pcf-scripts build",
"clean": "pcf-scripts clean",
"lint": "pcf-scripts lint",
"lint:fix": "pcf-scripts lint fix",
"rebuild": "npm run taiwind:build && pcf-scripts rebuild",
"start": "npm run taiwind:build && pcf-scripts start",
"start:watch": "npm run taiwind:build && pcf-scripts start watch",
"refreshTypes": "npm run taiwind:build && pcf-scripts refreshTypes",
"pcf:push": "pac pcf push --solution-unique-name FollowUpNotes"
},
"dependencies": {
"@fluentui/react": "8.29.0",
"dayjs": "^1.11.13",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@microsoft/eslint-plugin-power-apps": "^0.2.33",
"@types/node": "^18.19.31",
"@types/powerapps-component-framework": "^1.3.11",
"@types/react": "^16.14.60",
"@types/react-dom": "^16.9.24",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"pcf-scripts": "^1",
"pcf-start": "^1",
"react": "^16.14.0",
"tailwindcss": "^3.4.13",
"typescript": "^4.9.5"
}
}