-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "wedding-page",
"version": "1.0.0",
"description": "Wedding page with barba.js, three.js, and firebase",
"main": "app.js",
"scripts": {
"dev": "webpack serve --https --mode development",
"build": "webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.16.11",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^4.3.0",
"mini-css-extract-plugin": "^0.11.3",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss": "^7.0.39",
"postcss-loader": "^4.3.0",
"sass": "^1.49.9",
"sass-loader": "^10.0.2",
"terser-webpack-plugin": "^4.2.3",
"url-loader": "^4.1.1",
"webpack": "^5.56.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@barba/core": "^2.9.7",
"@barba/prefetch": "^2.1.10",
"firebase": "^9.6.8",
"gsap": "^3.9.1",
"reset-css": "^5.0.1",
"three": "^0.138.0"
}
}