-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.93 KB
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
{
"name": "addsearch-search-ui",
"version": "0.4.21",
"description": "JavaScript library to develop Search UIs for the web",
"main": "./dist/addsearch-search-ui.min.js",
"jsdelivr": "./dist/addsearch-search-ui.min.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive --require @babel/register --require ignore-styles",
"build": "npm run test && ./node_modules/webpack-cli/bin/cli.js",
"watch": "./node_modules/webpack-cli/bin/cli.js --watch"
},
"repository": {
"type": "git",
"url": "git://github.com/AddSearch/search-ui.git"
},
"keywords": [
"addsearch",
"search",
"search ui",
"autocomplete",
"instant search",
"predictive search",
"search suggestions"
],
"homepage": "https://www.addsearch.com/",
"bugs": "https://github.com/AddSearch/search-ui/issues",
"author": {
"name": "AddSearch",
"url": "https://www.addsearch.com"
},
"contributors": [
{
"name": "AddSearch Developers <developers@addsearch.com>",
"url": "https://www.addsearch.com"
}
],
"browserslist": [
"> 0.1%",
"IE 9",
"last 2 versions",
"not dead"
],
"license": "MIT",
"dependencies": {
"es6-object-assign": "^1.1.0",
"handlebars": "^4.7.6",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"assert": "^2.0.0",
"autoprefixer": "^9.8.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"esm": "^3.2.22",
"ignore-styles": "^5.0.1",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^7.2.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^3.0.2",
"uglify-js": "^3.11.5",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.11"
}
}