-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "threejs-fur",
"version": "1.0.0",
"description": "Fur render app in ThreeJS",
"main": "webpack.config.js",
"scripts": {
"build": "webpack watch --mode=development --config webpack.config.js",
"prod": "webpack --mode=production --config webpack.config.js"
},
"keywords": [],
"author": "Antonio Espinosa García. SEDDI",
"license": "MIT",
"devDependencies": {
"@seddi/three": "^0.148.3-beta.1",
"@types/dat.gui": "^0.7.7",
"@types/lodash": "^4.14.192",
"@types/node": "^18.15.3",
"@types/react": "^16.14.0",
"@types/react-dom": "^16.9.9",
"@types/styled-components": "^5.1.25",
"@types/webpack-dev-server": "^4.7.2",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"dat.gui": "^0.7.9",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"source-map-loader": "^4.0.1",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"jquery": "^3.6.4"
}
}