-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
44 lines (44 loc) · 1.33 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
{
"name": "coosbay",
"version": "2.0.0",
"description": "Oregon Adventure Coast Asset Pipeline",
"main": "index.js",
"repository": "https://github.com/theNewDynamic/oregonsadventurecoast.com/",
"author": "budparr <budparr@thenewdynamic.com>",
"license": "MIT",
"hugo": {
"version": "0.91.2",
"extended": true
},
"scripts": {
"index": "node tools/lunr-run.js",
"deploy": "HUGO_ENV=production bin/hugo* -e skip-json -F --gc --minify --cleanDestinationDir",
"start": "HUGO_ENV=development bin/hugo* server -F -D --navigateToChanged --noHTTPCache"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@meilisearch/instant-meilisearch": "^0.8.0",
"alpinejs": "^3.9.0",
"assets-webpack-plugin": "^3.9.10",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^2.0.2",
"file-loader": "^3.0.1",
"instantsearch.js": "^4.37.2",
"intersection-observer": "^0.6.0",
"lazysizes": "^4.1.8",
"list.js": "^1.5.0",
"mini-css-extract-plugin": "^0.6.0",
"npm-run-all": "^4.1.5",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-subresource-integrity": "^1.3.2"
},
"dependencies": {
"hugo-lunr": "0.0.4",
"instafeed.js": "^1.4.1",
"lunr": "^2.3.0",
"meilisearch": "^0.27.0"
},
"browserslist": "> 2.25%, not dead"
}