-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 803 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 803 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
{
"name": "owen",
"version": "1.0.1",
"main": "index.js",
"author": "Caldewood Alikula",
"license": "MIT",
"source": "src/public/index.html",
"scripts": {
"start": "parcel"
},
"devDependencies": {
"buffer": "^6.0.3",
"parcel": "^2.6.1",
"postcss": "^8.4.14",
"process": "^0.11.10",
"tailwindcss": "^3.1.4"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@reduxjs/toolkit": "^1.8.2",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"axios": "^1.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0"
}
}