-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.7 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
54
55
56
57
58
59
60
61
62
{
"name": "ss",
"version": "0.1.0",
"repository": "ss",
"license": "MIT",
"scripts": {
"build": "webpack --config ./webpack/webpack.prod.js",
"start": "webpack serve --config ./webpack/webpack.dev.js"
},
"dependencies": {
"@babel/core": "^7.13.1",
"@babel/preset-env": "^7.13.5",
"@matterport/sdk": "^1.4.24",
"3d-tiles-renderer": "^0.3.21",
"babel-loader": "^8.2.2",
"canvas-sketch-util": "^1.10.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.1.0",
"dat.gui": "^0.7.7",
"file-loader": "^6.2.0",
"html-loader": "^2.1.1",
"html-webpack-plugin": "^5.2.0",
"mini-css-extract-plugin": "^1.3.9",
"portfinder-sync": "0.0.2",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"three": "^0.155.0",
"three-custom-shader-material": "^5.4.0",
"three-good-godrays": "github:lukehollis/three-good-godrays",
"webpack-merge": "^5.7.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@webpack-cli/serve": "^2.0.5",
"autoprefixer": "^10.4.14",
"internal-ip": "^8.0.0",
"lodash.template": "^4.5.0",
"postcss": "^8.4.27",
"postcss-loader": "^7.3.3",
"tailwindcss": "^3.3.3",
"webpack": "^5.88.2",
"webpack-bundle-tracker": "^3.0.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}