-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.75 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": "my-webpack-project",
"version": "1.0.0",
"description": "My webpack project",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"build": "webpack --mode production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.4",
"@babel/preset-env": "^7.16.11",
"@webpack-cli/init": "^1.1.3",
"babel-loader": "^8.2.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"html-minifier-terser": "^6.1.0",
"html-webpack-plugin": "^5.5.0",
"jsdoc": "^3.6.10",
"mini-css-extract-plugin": "^2.5.3",
"node-sass": "^7.0.1",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.69.0",
"webpack-cli": "^4.9.2",
"worker-loader": "^3.0.8"
},
"dependencies": {
"aframe": "^1.3.0",
"aframe-extras": "^6.1.1",
"aframe-input-mapping-component": "^0.1.3",
"aframe-physics-extras": "^0.1.3",
"aframe-physics-system": "github:n5ro/aframe-physics-system#59100ac83033cf337d26925de1f92854c2988b75",
"aframe-teleport-controls": "^0.3.1",
"angle": "^0.9.1",
"common-tags": "^1.8.2",
"super-hands": "^3.0.2",
"three": "^0.124.0",
"webworkify-webpack": "^2.1.5"
}
}