mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
init
This commit is contained in:
parent
24f641347d
commit
63146aa9b7
86 changed files with 18766 additions and 0 deletions
52
extension/package.json
Normal file
52
extension/package.json
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"name": "chrome-extension-typescript-starter",
|
||||
"version": "1.0.0",
|
||||
"description": "chrome-extension-typescript-starter",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"watch": "webpack --config webpack/webpack.dev.js --watch",
|
||||
"build": "webpack --config webpack/webpack.prod.js",
|
||||
"clean": "rimraf dist",
|
||||
"test": "npx jest",
|
||||
"style": "prettier --write \"src/**/*.{ts,tsx}\""
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/chibat/chrome-extension-typescript-starter.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"dom-to-semantic-markdown": "^1.2.0",
|
||||
"postcss-loader": "^8.1.1",
|
||||
"react": "^18.2.0",
|
||||
"react-chrome-extension-router": "^1.4.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hooks-global-state": "^2.1.0",
|
||||
"react-router-dom": "^6.26.0",
|
||||
"react-toastify": "^10.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chrome": "0.0.158",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/json2md": "^1.5.4",
|
||||
"@types/react": "^18.0.29",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"copy-webpack-plugin": "^9.0.1",
|
||||
"css-loader": "^7.1.2",
|
||||
"glob": "^7.1.6",
|
||||
"jest": "^29.5.0",
|
||||
"postcss": "^8.4.40",
|
||||
"prettier": "^2.2.1",
|
||||
"rimraf": "^3.0.2 ",
|
||||
"style-loader": "^4.0.0",
|
||||
"tailwindcss": "^3.4.7",
|
||||
"ts-jest": "^29.1.0",
|
||||
"ts-loader": "^8.0.0",
|
||||
"typescript": "^5.0.4",
|
||||
"webpack": "^5.76.0",
|
||||
"webpack-cli": "^4.0.0",
|
||||
"webpack-merge": "^5.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue