-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.28 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "MarkMan",
"description": "A Chrome extension for managing bookmarks",
"version": "0.1.0",
"type": "module",
"private": true,
"keywords": [
"chrome-extension",
"web-extension",
"typescript",
"react",
"rollup",
"boilerplate"
],
"homepage": "https://github.com/extend-chrome/ts-react-boilerplate#readme",
"bugs": {
"url": "https://github.com/extend-chrome/ts-react-boilerplate/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/extend-chrome/ts-react-boilerplate.git"
},
"license": "MIT",
"author": "Jack Steam<[email protected]>",
"scripts": {
"build": "vite build",
"dev": "nodemon",
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"@rollup/plugin-replace": "^5.0.2",
"@types/firefox-webext-browser": "^111.0.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"flowbite": "^1.6.4",
"flowbite-react": "^0.4.2",
"prettier": "^2.2.1",
"react": "18.2.0",
"react-arborist": "^3.0.2",
"react-complex-tree": "^2.1.2",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"vite": "^4.2.1",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.5.0",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vitejs/plugin-react-swc": "^3.3.0",
"autoprefixer": "^10.4.14",
"create-html-element": "^4.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.36.0",
"eslint-plugin-react": "^7.21.5",
"globby": "^13.1.4",
"jest": "^29.5.0",
"jest-chrome": "^0.8.0",
"node-html-parser": "^6.1.5",
"nodemon": "^2.0.22",
"postcss-load-config": "^4.0.1",
"rollup": "^3.19.1",
"rollup-plugin-chrome-extension": "^3.6.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-empty-dir": "^1.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-zip": "^1.0.3",
"tailwindcss": "^3.2.7",
"ts-jest": "^29.0.5",
"tslib": "^2.0.3",
"typescript": "^5.0.2"
}
}