-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 982 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
37
{
"name": "learning-react",
"version": "1.0.0",
"description": "react course",
"scripts": {
"start": "npx parcel index.html && parcel watch index.html",
"build": "npx parcel build index.html"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.7",
"babel-plugin-transform-remove-console": "^6.9.4",
"buffer": "^6.0.3",
"parcel": "^2.12.0",
"postcss": "^8.4.39",
"process": "^0.11.10",
"tailwindcss": "^3.4.4"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@reduxjs/toolkit": "^2.2.7",
"axios": "^1.7.4",
"concurrently": "^8.2.2",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.1"
},
"browserslist": [
"last 2 versions"
]
}