-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 910 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 910 Bytes
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
{
"name": "react-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve",
"build": "webpack --mode production"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@gsap/react": "^2.1.2",
"gsap": "^3.14.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"swiper": "^12.0.3"
},
"devDependencies": {
"@types/gsap": "^1.20.2",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.3",
"html-webpack-plugin": "^5.6.6",
"mini-css-extract-plugin": "^2.10.0",
"sass": "^1.97.3",
"sass-loader": "^16.0.6",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3"
}
}