-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 3.96 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "warpspace",
"version": "1.0.0",
"description": "Warpspace",
"scripts": {
"size-dev": "webpack --json --config webpack/webpack.dev.js > stats-dev.json && yarn webpack-bundle-analyzer stats-dev.json",
"size": "webpack --json --config webpack/webpack.prod.js > stats.json && yarn webpack-bundle-analyzer stats.json",
"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": {
"@ariakit/react": "^0.3.3",
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/sortable": "^7.0.1",
"@headlessui/react": "^1.7.5",
"@heroicons/react": "^2",
"@leeoniya/ufuzzy": "^1.0.2",
"@mozilla/readability": "^0.4.1",
"@radix-ui/react-portal": "^1.0.1",
"@react-hook/debounce": "^4.0.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-virtual": "3.0.0-beta.54",
"@types/dom-to-image": "^2.6.4",
"@types/flexsearch": "^0.7.2",
"@types/fnv-plus": "^1.3.0",
"@types/highlight.js": "^10.1.0",
"@types/jsdom": "^16.2.14",
"@types/offscreencanvas": "^2019.6.4",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/resemblejs": "^4.1.0",
"autoprefixer": "^10.4.1",
"babel-loader": "^8.2.3",
"command-score": "^0.1.2",
"copy-to-clipboard": "^3.0.8",
"css-loader": "^6.5.1",
"dexie": "^3.2.0",
"dexie-react-hooks": "^1.1.1",
"dom-to-image": "^2.6.0",
"downscale": "^1.0.6",
"fast-equals": "^4.0.3",
"file-loader": "^6.2.0",
"flexsearch": "^0.7.21",
"fnv-plus": "^1.3.1",
"fuzzball": "^2.1.2",
"fuzzy-search": "^3.2.1",
"gemoji": "6.x",
"hermite-resize": "https://github.com/viliusle/Hermite-resize.git",
"highlight.js": "^11.7.0",
"html-to-image": "^1.9.0",
"immer": "^9.0.7",
"katex": "^0.16.3",
"kbar": "^0.1.0-beta.43",
"lodash": "^4.17.11",
"markdown-it": "^12.2.0",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.0",
"mutation-summary": "^1.0.0",
"patch-package": "^6.4.7",
"postcss": "^8.4.5",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.1.0",
"postinstall-postinstall": "^2.1.0",
"react": "^18.0.1",
"react-async-hook": "^4.0.0",
"react-dom": "^18.0.1",
"react-hot-toast": "^2.4.1",
"react-markdown": "^8.0.5",
"react-router-dom": "^6.4.3",
"react-syntax-highlighter": "^15.5.0",
"react-virtual": "^2.10.4",
"refractor": "^3.3.1",
"rehype-katex": "^7.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-plain-text": "^0.2.0",
"resize-observer-polyfill": "^1.5.1",
"slugify": "^1.4.0",
"smooth-scroll-into-view-if-needed": "^1.1.29",
"style-loader": "^3.3.1",
"styled-components": "^5.3.3",
"tailwindcss": "^3.0.8",
"tiny-invariant": "^1.3.1",
"turndown": "^7.1.1",
"url": "^0.11.0",
"util": "^0.12.4",
"webpack-dev-server": "^4.7.1"
},
"devDependencies": {
"@types/chrome": "0.0.158",
"@types/fuzzy-search": "^2.1.1",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.149",
"@types/markdown-it": "^10.0.1",
"@types/node": "9.6.7",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/refractor": "^2.8.0",
"@types/styled-components": "^5.1.7",
"copy-webpack-plugin": "^9.0.1",
"glob": "^7.1.6",
"jest": "^27.2.1",
"prettier": "^2.2.1",
"rimraf": "^3.0.2 ",
"ts-jest": "^27.0.5",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
}
}