-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "xendke-io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open --hot --mode development",
"build": "webpack --mode production",
"clean": "rm -rf ./dist",
"predeploy": "npm run clean && npm run build",
"deploy": "node deploy.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"three": "^0.131.3"
},
"devDependencies": {
"@swc/core": "^1.2.211",
"@types/three": "^0.141.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"node-sass": "^6.0.1",
"regenerator-runtime": "^0.13.9",
"sass": "^1.23.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"swc-loader": "^0.2.3",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
}
}