-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.54 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
{
"name": "coveofordynamics-search-ui-seed",
"version": "1.0.1",
"description": "A fast starter / seed project to extend the Coveo Javascript Framework",
"main": "index.js",
"scripts": {
"test": "karma start --single-run",
"setup": "node setup.js && nuget install",
"build": "npm run setup && npm run css && webpack",
"minimize": "webpack --minimize",
"css": "node css.js",
"dev": "node dev.server.js",
"watchTest": "karma start"
},
"keywords": [
"coveo",
"search",
"ui",
"framework",
"js",
"typescript",
"jssearch",
"jsui",
"starter",
"seed"
],
"author": "Coveo <[email protected]> (http://source.coveo.com/)",
"license": "Apache-2.0",
"devDependencies": {
"@types/jasmine": "^2.6.0",
"@types/xrm": "9.0.6",
"colors": "^1.1.2",
"coveo-odata": "0.0.7",
"coveo-search-ui": "^2.4710.19",
"coveo-search-ui-tests": "0.0.5",
"coveo-xrm": "^0.4.2",
"coveofordynamics-search-ui": "0.7.8",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine": "3.1.0",
"karma": "2.0.2",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.0.1",
"karma-jasmine": "^1.1.0",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "3.0.0",
"ncp": "^2.0.0",
"node-sass": "4.9.0",
"string-replace-webpack-plugin": "^0.1.3",
"ts-loader": "4.4.1",
"tslint": "^5.7.0",
"typescript": "2.9.1",
"webpack": "4.12.0",
"webpack-cli": "3.0.3",
"webpack-dev-server": "3.1.14",
"yargs": "^7.1.0"
}
}