-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.66 KB
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
{
"name": "@shaderfrog/editor",
"version": "0.0.7",
"scripts": {
"dev": "next dev",
"deploy": "./deploy.sh",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"watch-test": "jest --watch"
},
"dependencies": {
"@andrewray/react-multi-split-pane": "^0.3.5",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@monaco-editor/react": "^4.6.0",
"@react-hook/resize-observer": "^1.2.6",
"@shaderfrog/core": "^3.2.0",
"@shaderfrog/glsl-parser": "^7.0.1",
"@svgr/webpack": "^8.1.0",
"@types/lodash.groupby": "^4.6.7",
"@types/three": "^0.177.0",
"@xyflow/react": "^12.3.2",
"babylonjs": "^6.22.0",
"classnames": ">=2.3.1",
"is-what": "^4.0.0",
"lodash.debounce": "^4.0.8",
"lodash.groupby": "^4.6.0",
"lodash.throttle": "^4.1.1",
"playcanvas": "^1.65.3",
"re-resizable": "^6.10.0",
"react-arborist": "^3.4.0",
"react-hotkeys-hook": "^4.4.4",
"swr": "^2.2.5",
"three": "^0.177.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.2",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.6",
"@types/react": "17.0.19",
"babel-jest": "^27.2.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"jest": "^27.2.2",
"prettier": "^2.3.2",
"typescript": "^4.5.4",
"typescript-plugin-css-modules": "^3.4.0"
}
}