-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.64 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
{
"name": "tasks",
"version": "0.0.1",
"private": true,
"main": "lib/index.js",
"scripts": {
"build": "gulp bundle --ship && gulp package-solution --ship",
"clean": "gulp clean",
"test": "jest",
"serve": "gulp bundle --custom-serve --max_old_space_size=4096 && fast-serve"
},
"dependencies": {
"@microsoft/rush-stack-compiler-4.2": "^0.1.1",
"@microsoft/sp-core-library": "1.13.1",
"@microsoft/sp-lodash-subset": "1.13.1",
"@microsoft/sp-office-ui-fabric-core": "1.13.1",
"@microsoft/sp-property-pane": "1.13.1",
"@microsoft/sp-webpart-base": "1.13.1",
"@pnp/core": "^3.1.0",
"@pnp/queryable": "^3.1.0",
"@pnp/sp": "^3.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"office-ui-fabric-react": "7.174.1",
"property-pane-access-control": "^1.3.6",
"react": "16.13.1",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "16.13.1",
"react-visibility-hook": "^1.0.0",
"sp-preset": "^1.0.10",
"use-web-storage-api": "^1.0.3"
},
"devDependencies": {
"@microsoft/sp-build-web": "1.13.1",
"@microsoft/sp-module-interfaces": "1.13.1",
"@microsoft/sp-tslint-rules": "1.13.1",
"@types/enzyme": "^3.10.11",
"@types/jest": "^27.4.1",
"@types/luxon": "^2.3.0",
"@types/react": "16.9.51",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "16.9.8",
"@types/webpack-env": "1.13.1",
"ajv": "~5.2.2",
"gulp": "~4.0.2",
"jest": "^27.5.1",
"jest-environment-jsdom": "^27.5.1",
"luxon": "^2.3.1",
"sp-react-notifications": "^1.0.20",
"spfx-fast-serve-helpers": "~1.13.0",
"ts-jest": "^27.1.4"
}
}