-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (48 loc) · 1.57 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": "spfx-react-threejs-sample",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=16.13.0 <17.0.0"
},
"main": "lib/index.js",
"scripts": {
"clean": "gulp clean",
"serve": "gulp clean && gulp bundle --custom-serve --max_old_space_size=4096 && cross-env NODE_ENV=production fast-serve",
"build:package": "gulp clean && gulp bundle --ship && gulp package-solution --ship"
},
"dependencies": {
"tslib": "2.3.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"office-ui-fabric-react": "^7.199.1",
"@microsoft/sp-core-library": "1.16.1",
"@microsoft/sp-property-pane": "1.16.1",
"@microsoft/sp-webpart-base": "1.16.1",
"@microsoft/sp-lodash-subset": "1.16.1",
"@microsoft/sp-office-ui-fabric-core": "1.16.1",
"@react-three/fiber": "7.x.x",
"@react-three/drei": "8.x.x",
"jotai": "^1.11.2",
"three": "^0.146.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-4.5": "latest",
"@rushstack/eslint-config": "2.5.1",
"@microsoft/eslint-plugin-spfx": "1.16.1",
"@microsoft/eslint-config-spfx": "1.16.1",
"@microsoft/sp-build-web": "1.16.1",
"@types/webpack-env": "~1.15.2",
"ajv": "^6.12.5",
"gulp": "4.0.2",
"typescript": "4.5.x",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
"eslint-plugin-react-hooks": "4.3.0",
"@microsoft/sp-module-interfaces": "1.16.1",
"webpack-bundle-analyzer": "^4.7.0",
"spfx-fast-serve-helpers": "1.16.x",
"@types/three": "^0.146.0",
"@microsoft/microsoft-graph-types": "^2.25.0"
}
}