forked from algolia/angular-instantsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
156 lines (156 loc) · 4.84 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
{
"name": "angular-instantsearch",
"version": "2.3.0",
"description": "Lightning-fast search for Angular apps, by Algolia.",
"license": "MIT",
"keywords": [
"algolia",
"instantsearch",
"search",
"angular"
],
"author": {
"name": "Algolia, Inc.",
"url": "https://www.algolia.com"
},
"repository": {
"type": "git",
"url": "https://github.com/algolia/angular-instantsearch.git"
},
"homepage": "https://github.com/algolia/angular-instantsearch",
"bugs": {
"url": "https://github.com/algolia/angular-instantsearch/issues"
},
"renovate": {
"extends": [
"config:js-lib",
"algolia"
],
"packageRules": [
{
"paths": [
"community-website"
],
"extends": [
"config:js-app",
"algolia"
]
}
]
},
"scripts": {
"build": "./scripts/build.sh",
"build:tests": "./scripts/build-tests.sh",
"lint": "tslint '{src,examples}/**/*.ts' -e '**/node_modules/**'",
"lint:fix": "tslint '{src,examples}/**/*.ts' -e '**/node_modules/**' --fix",
"test": "jest",
"test:ci": "yarn lint && yarn build:tests && jest --runInBand",
"test:watch": "jest --watch",
"examples:ecommerce": "./scripts/run-example.sh e-commerce",
"examples:ecommerce:build": "./scripts/build-example.sh e-commerce",
"examples:router": "./scripts/run-example.sh angular-router",
"examples:router:build": "./scripts/build-example.sh angular-router",
"examples:media": "./scripts/run-example.sh media",
"examples:media:build": "./scripts/build-example.sh media",
"examples:ssr": "./scripts/run-example.sh server-side-rendering",
"examples:ssr:build": "./scripts/build-example.sh server-side-rendering",
"examples:ssr:test": "./scripts/test-example.sh server-side-rendering",
"examples:storybook": "./scripts/run-example.sh storybook",
"examples:storybook:build": "./scripts/build-example.sh storybook",
"netlify": "./scripts/netlify.sh",
"doc:dev": "cd community-website && yarn && yarn start",
"doc:build": "cd community-website && yarn && yarn docs:build",
"doc:publish": "./scripts/publish-docs.sh",
"release": "shipjs prepare"
},
"jest": {
"preset": "jest-preset-angular",
"setupTestFrameworkScriptFile": "<rootDir>/helpers/setup-jest.ts",
"testPathIgnorePatterns": [
"<rootDir>/node_modules/",
"<rootDir>/dist/",
"<rootDir>/examples/",
"<rootDir>/src/__tests__/tree-shaking/test-app/"
],
"modulePathIgnorePatterns": [
"<rootDir>/dist"
],
"transform": {
"^.+\\.(ts|html)$": "<rootDir>/node_modules/jest-preset-angular/preprocessor.js",
"^.+\\.js$": "babel-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!instantsearch)"
],
"globals": {
"ts-jest": {
"tsConfigFile": "./tsconfig.spec.json"
},
"__TRANSFORM_HTML__": true
}
},
"dependencies": {
"algoliasearch": "^3.29.0",
"algoliasearch-helper": "^2.26.1",
"instantsearch.css": "^7.0.0",
"instantsearch.js": "^2.8.0",
"lodash": "^4.17.10",
"nouislider": "^10.0.0",
"querystring-es3": "^0.2.1"
},
"devDependencies": {
"@angular/common": "5.2.11",
"@angular/compiler": "5.2.11",
"@angular/compiler-cli": "5.2.11",
"@angular/core": "5.2.11",
"@angular/platform-browser": "5.2.11",
"@angular/platform-browser-dynamic": "5.2.11",
"@types/jest": "24.0.18",
"@types/lodash": "4.14.135",
"@types/node": "9.6.53",
"@types/nouislider": "9.0.5",
"angular2-template-loader": "0.6.2",
"babel-cli": "6.26.0",
"babel-eslint": "10.0.2",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"babel-preset-env": "1.7.0",
"babel-preset-stage-0": "6.24.1",
"colors": "1.3.3",
"conventional-changelog-cli": "2.0.23",
"core-js": "2.6.7",
"css-loader": "3.2.0",
"eslint": "6.1.0",
"eslint-config-algolia": "13.4.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-prettier": "3.1.0",
"file-loader": "4.2.0",
"jest": "23.6.0",
"jest-preset-angular": "6.0.2",
"ng-packagr": "3.0.6",
"node-sass": "4.12.0",
"prettier": "1.13.7",
"raw-loader": "3.0.0",
"readline-sync": "1.4.9",
"replace-in-file": "3.4.4",
"rxjs": "5.5.12",
"semver": "6.1.2",
"shelljs": "0.8.3",
"shipjs": "0.18.1",
"style-loader": "0.23.1",
"ts-loader": "6.1.2",
"tsickle": "0.35.0",
"tslint": "5.19.0",
"tslint-config-airbnb": "5.11.1",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.0.1",
"typescript": "3.4.5",
"zone.js": "0.9.1"
},
"peerDependencies": {
"@angular/common": ">=5.0.0 <9.0.0",
"@angular/core": ">=5.0.0 <9.0.0",
"@angular/platform-browser": ">=5.0.0 <9.0.0",
"@angular/platform-browser-dynamic": ">=5.0.0 <9.0.0"
}
}