-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
59 lines (59 loc) · 1.64 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
{
"name": "threeJourney",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "rm -rf demo && webpack && webpack serve --progress",
"build": "rm -rf demo && webpack",
"eslint-init": "eslint --init",
"deploy": "gh-pages -d demo",
"pub": "yarn build && yarn deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gaohaoyang/threeJourney.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gaohaoyang/threeJourney/issues"
},
"homepage": "https://github.com/Gaohaoyang/threeJourney#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@types/cannon": "^0.1.8",
"@types/dat.gui": "^0.7.7",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.139.0",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.7.1",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"gh-pages": "^3.2.2",
"glob": "^7.1.7",
"html-webpack-plugin": "^5.3.1",
"style-loader": "^3.3.1",
"typescript": "^4.3.4",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"cannon": "^0.6.2",
"cannon-es": "^0.19.0",
"cannon-es-debugger": "^1.0.0",
"dat.gui": "^0.7.9",
"gsap": "^3.10.3",
"lil-gui": "^0.16.1",
"stats.js": "^0.17.0",
"three": "^0.139.2",
"vconsole": "^3.14.6"
}
}