-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.35 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
{
"name": "three.js-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config ./bundler/webpack.prod.js",
"dev": "webpack-dev-server --config ./bundler/webpack.dev.js",
"watch": "webpack --watch --config ./bundler/webpack.config.js",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hashfx/Portfolio2022.git"
},
"author": "hashfx",
"license": "MIT",
"bugs": {
"url": "https://github.com/hashfx/Portfolio2022/issues"
},
"homepage": "harshsoni.me",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"cannon": "^0.6.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.0",
"dat.gui": "^0.7.3",
"file-loader": "^5.0.2",
"glslify-loader": "^2.0.0",
"gsap": "^2.1.3",
"howler": "^2.1.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^5.5.0",
"raw-loader": "^4.0.0",
"style-loader": "^1.1.2",
"three": "^0.131.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2"
},
"staticFiles": {
"staticPath": "static",
"watcherGlob": "**"
},
"dependencies": {
"gh-pages": "^3.2.3"
}
}