forked from algolia/instantsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
164 lines (164 loc) · 5.08 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "instantsearch.js",
"version": "2.10.2",
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
"homepage": "https://community.algolia.com/instantsearch.js/",
"keywords": [
"algolia",
"instantsearch",
"search",
"vanilla"
],
"author": "Algolia <[email protected]>",
"license": "MIT",
"main": "dist-es5-module/index.js",
"module": "./es/index.js",
"jsdelivr": "dist/instantsearch.min.js",
"sideEffects": false,
"scripts": {
"build": "./scripts/build.sh",
"dev": "./scripts/dev.sh",
"dev-novel": "NODE_ENV=development webpack-dev-server --config dev/webpack.config.js",
"doctoc": "doctoc --no-title --maxlevel 3 README.md CONTRIBUTING.md",
"lint": "yarn run lint:js && yarn run lint:css",
"lint:js": "eslint .",
"lint:css": "./scripts/lint-css.sh",
"docs:build:dev": "./scripts/docs/build-dev.sh",
"docs:publish": "./scripts/docs/publish.sh",
"finish-release": "./scripts/finish-release.sh",
"view-changelog": "conventional-changelog -p angular",
"release": "./scripts/release.js",
"test": "jest",
"test:watch": "jest --watch --bail",
"test:size": "bundlesize",
"release-maintenance": "./scripts/release-maintenance.sh",
"test:functional": "wdio functional-tests/wdio.conf.js",
"test:functional:dev": "babel-node scripts/dev-functional-tests",
"test:functional:dev:debug-server": "PORT=9090 babel-node scripts/dev-functional-tests-debug-server",
"argos": "argos upload functional-tests/screenshots --token $ARGOS_TOKEN || true",
"serve": "./scripts/serve.sh",
"fix:prettier": "eslint --fix -c .eslintrc.js ."
},
"renovate": {
"extends": [
"config:js-lib",
"algolia"
]
},
"repository": "algolia/instantsearch.js",
"files": [
"dist",
"dist-es5-module",
"es"
],
"devDependencies": {
"argos-cli": "0.0.9",
"autodll-webpack-plugin": "0.3.9",
"autoprefixer": "8.6.5",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-loader": "7.1.4",
"babel-plugin-module-resolver": "3.0.0",
"babel-plugin-rewire": "1.1.0",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-pure-class-to-function": "1.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.13",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.26.0",
"babel-template": "6.26.0",
"babel-types": "6.26.0",
"bundlesize": "0.16.0",
"collect-json": "1.0.8",
"colors": "1.1.2",
"compression": "1.7.2",
"conventional-changelog-cli": "1.3.16",
"css-loader": "0.28.10",
"csso-cli": "1.1.0",
"dev-novel": "0.0.6",
"doctoc": "1.3.1",
"enzyme": "3.3.0",
"enzyme-adapter-react-15": "1.0.5",
"enzyme-to-json": "3.3.1",
"eslint": "4.18.2",
"eslint-config-algolia": "13.1.0",
"eslint-config-prettier": "2.9.0",
"eslint-import-resolver-webpack": "0.8.4",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jasmine": "2.9.3",
"eslint-plugin-jest": "21.13.0",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.7.0",
"express": "4.16.2",
"extract-text-webpack-plugin": "3.0.2",
"gh-pages": "1.2.0",
"happypack": "4.0.1",
"html-webpack-plugin": "2.30.1",
"inquirer": "5.2.0",
"jest": "23.4.2",
"jest-watch-typeahead": "0.2.0",
"jsdom-global": "3.0.2",
"json": "9.0.6",
"mkdirp": "0.5.1",
"mversion": "1.10.1",
"node-sass": "4.7.2",
"places.js": "1.11.0",
"postcss-loader": "2.1.1",
"prettier": "1.14.3",
"pretty-bytes-cli": "2.0.0",
"raw-loader": "0.5.1",
"react-test-renderer": "15.6.1",
"sass-lint": "1.12.1",
"sass-loader": "6.0.7",
"scriptjs": "2.5.8",
"semver": "5.5.0",
"shelljs": "0.8.2",
"sinon": "4.4.2",
"style-loader": "0.20.3",
"uglifyjs-webpack-plugin": "1.1.4",
"unminified-webpack-plugin": "1.4.1",
"watch": "1.0.2",
"wdio-dot-reporter": "0.0.9",
"wdio-mocha-framework": "0.5.13",
"wdio-sauce-service": "0.4.8",
"wdio-visual-regression-service": "0.8.0",
"webdriverio": "4.12.0",
"webpack": "3.10.0",
"webpack-dev-server": "2.11.2"
},
"dependencies": {
"algoliasearch": "3.27.0",
"algoliasearch-helper": "2.26.0",
"classnames": "2.2.5",
"events": "1.1.0",
"hogan.js": "3.0.2",
"lodash": "4.17.5",
"preact": "8.2.7",
"preact-compat": "3.18.0",
"preact-rheostat": "2.1.1",
"prop-types": "15.5.10",
"qs": "6.5.1",
"to-factory": "1.0.0"
},
"jest": {
"testPathIgnorePatterns": [
"<rootDir>/node_modules/",
"<rootDir>/dist*",
"<rootDir>/functional-tests"
],
"setupTestFrameworkScriptFile": "./scripts/jestInit.js",
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
]
},
"bundlesize": [
{
"path": "./dist/instantsearch.min.js",
"maxSize": "110 kB"
}
]
}