-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 876 Bytes
/
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
{
"name": "persistence",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"watch": "webpack serve --mode development --env development --output-public-path=/dist/ --open chrome --hot --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"fs": "0.0.1-security",
"html-webpack-plugin": "^4.5.1",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1"
},
"dependencies": {
"dat.gui": "^0.7.7",
"stats.js": "^0.17.0",
"three": "^0.124.0"
}
}