forked from GhostCatcg/3d-earth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.5 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
{
"name": "GhostCat",
"version": "1.0.0",
"description": "3d-earth",
"keywords": [
"GhostCat",
"3d",
"threejs",
"typescript"
],
"author": "GhostCat",
"license": "MIT",
"scripts": {
"dev": "webpack serve --mode development",
"build": "webpack --mode production",
"lint": "eslint",
"prepare": "husky install"
},
"lint-staged": {
"src/*.{js,jsx,tsx,ts}": "eslint --fix"
},
"homepage": "https://gcat.cc",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@commitlint/config-conventional": "^15.0.0",
"@size-limit/preset-small-lib": "^7.0.3",
"@types/lodash": "^4.14.172",
"@types/three": "^0.131.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.1",
"core-js": "^3.8.1",
"css-loader": "^6.2.0",
"eslint": "^8.10.0",
"html-webpack-plugin": "^4.5.0",
"husky": "^7.0.0",
"lint-staged": "^12.1.2",
"style-loader": "^3.2.1",
"ts-loader": "^8.0.12",
"ts-shader-loader": "^1.0.6",
"typescript": "^4.1.3",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@tweakpane/core": "^1.0.6",
"eslint-webpack-plugin": "^3.1.1",
"gsap": "^3.7.1",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"pietile-eventemitter": "^1.0.1",
"three": "^0.143"
}
}