-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.58 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "apexlegends",
"version": "1.0.0",
"description": "a clone of apex legends website",
"main": "src/index.tsx",
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shanky1001/Apex_Legends_Clone.git"
},
"author": "shashank rai",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shanky1001/Apex_Legends_Clone/issues"
},
"homepage": "https://github.com/Shanky1001/Apex_Legends_Clone#readme",
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.15",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/runtime": "^7.22.15",
"autoprefixer": "^10.4.15",
"clean-webpack-plugin": "^4.0.0",
"eslint-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^5.5.3",
"postcss": "^8.4.29",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.1.3",
"tailwindcss": "^3.3.3",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"babel": "^6.23.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-router-dom": "^6.15.0",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}