-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "fh5-telemetry",
"type": "module",
"version": "1.0.0",
"description": "Save forza horizon 5 xyz and more to display on a pointcloud",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.config.prod.cjs",
"start": "webpack serve --config webpack.config.dev.cjs --hot"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.14.1",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^5.2.4",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"raw-loader": "^4.0.1",
"style-loader": "^2.0.0",
"url-loader": "^4.1.0",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"cors": "^2.8.5",
"dat.gui": "^0.7.7",
"dotenv": "^10.0.0",
"fs": "^0.0.1-security",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"log-update": "^5.0.0",
"mongoose": "^6.0.13",
"notyf": "^3.10.0",
"papaparse": "^5.3.1",
"three": "^0.128.0",
"webpack-dev-server": "^3.11.2"
}
}