forked from humanseelabs/gatsby-plugin-lunr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 949 Bytes
/
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
{
"name": "gatsby-plugin-lunr-language-chinese",
"version": "1.4.0",
"description": "Multilanguage search for Gatsby.js using Lunr.js",
"author": "Humansee Labs",
"repository": "https://github.com/humanseelabs/gatsby-plugin-lunr",
"dependencies": {
"babel-runtime": "^6.26.0",
"lunr": "^2.3.0",
"lunr-languages": "git+https://github.com/TitaniaSoftware/lunr-languages.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"cross-env": "^5.0.5"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"search",
"lunr"
],
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepare": "cross-env NODE_ENV=production npm run build"
},
"license": "MIT",
"main": "index.js"
}