-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "synthetic_spaces",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/three": "^0.126.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.1.1",
"dotenv-webpack": "^7.0.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.17",
"typescript": "^4.2.2",
"url-loader": "^4.1.1",
"webpack": "^5.24.2",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@runwayml/hosted-models": "^0.3.0",
"@types/dat.gui": "^0.7.6",
"dotenv": "^10.0.0",
"glsl-noise": "0.0.0",
"glslify": "^7.1.1",
"glslify-import-loader": "^0.1.2",
"glslify-loader": "^2.0.0",
"lodash": "^4.17.21",
"os-browserify": "^0.3.0",
"path": "^0.12.7",
"raw-loader": "^1.0.0",
"three": "^0.126.0",
"tone": "^14.7.77"
}
}