-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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
{
"name": "find-your-job",
"version": "1.0.0",
"description": "Find and track your job",
"main": "index.js",
"author": "Shivang",
"scripts": {
"start": "webpack --watch --progress --config webpack.dev.js",
"build": "webpack --progress --config webpack.prod.js"
},
"devDependencies": {
"@types/chrome": "^0.0.242",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.15",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.11.0",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.28",
"postcss-loader": "^7.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"sass": "^1.82.0",
"sass-loader": "^16.0.4",
"style-loader": "^3.3.4",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0"
},
"dependencies": {
"axios": "^1.7.9",
"react-draggable": "^4.4.6",
"saas": "^1.0.0"
}
}