-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 980 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
34
35
36
{
"repository": "#",
"license": "MIT License",
"author": "Ryo Misora",
"scripts": {
"build": "webpack --config ./bundler/webpack.prod.js",
"dev": "webpack serve --config ./bundler/webpack.dev.js",
"deploy": "vercel --prod"
},
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"file-loader": "^6.2.0",
"gsap": "^3.12.5",
"html-loader": "^3.0.0",
"html-webpack-plugin": "^5.5.0",
"lil-gui": "^0.18.1",
"memfs": "^4.6.0",
"portfinder-sync": "0.0.2",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.1",
"textalive-app-api": "^0.3.2",
"three": "^0.161.0",
"webpack-dev-server": "^4.4.0",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"css-loader": "^6.10.0",
"mini-css-extract-plugin": "^2.8.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}