-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "bs-date-converter",
"version": "1.1.0",
"description": "Chrome Extension for Nepali (BS) Date Converter",
"main": "index.js",
"scripts": {
"watch": "webpack --watch --progress --config webpack.dev.js",
"build": "webpack --watch --progress --config webpack.prod.js"
},
"author": "Ulleri Tech",
"license": "ISC",
"devDependencies": {
"@types/chrome": "^0.0.217",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"postcss-loader": "^7.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"autoprefixer": "^10.4.13",
"date-convert-ad-bs": "^1.1.3",
"postcss": "^8.4.21",
"react-router-dom": "^6.8.1",
"tailwindcss": "^3.2.7"
}
}