-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
{
"name": "stork",
"version": "1.6.0",
"description": "Impossibly fast web search, made for static sites.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jameslittle230/stork.git"
},
"keywords": [
"search",
"wasm",
"rust"
],
"author": "James Little <[email protected]> (https://jameslittle.me)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jameslittle230/stork/issues"
},
"homepage": "https://stork-search.net",
"devDependencies": {
"@open-wc/webpack-import-meta-loader": "^0.4.1",
"@types/jest": "^25.2.3",
"@types/jsdom": "^16.2.3",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.0",
"@wasm-tool/wasm-pack-plugin": "1.6.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "10.2.4",
"eslint": "8.15.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "^26.0.1",
"jsdom": "^16.5.0",
"prettier": "^2.6.2",
"source-map-loader": "3.0.1",
"ts-jest": "^26.0.0",
"ts-loader": "9.3.0",
"typescript": "4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"stork-search": "./stork-wasm/pkg"
}
}