This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
59 lines (59 loc) · 1.58 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
{
"name": "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",
"build": "npm run setup && npm run css && webpack",
"minimize": "webpack --minimize",
"css": "node css.js",
"watch": "npm run setup && npm run css && npx webpack-dev-server --config webpack-serve.config.js --progress",
"watchTest": "karma start",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"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": "^4.3.0",
"colors": "^1.4.0",
"coveo-search-ui": "^2.10100.1",
"coveo-search-ui-tests": "^0.0.7",
"jasmine": "^4.3.0",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-spec-reporter": "^0.0.34",
"karma-webpack": "^5.0.0",
"koa-router": "^10.1.1",
"ncp": "^2.0.0",
"sass": "^1.54.6",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.1",
"webpack-nano": "^1.1.1",
"webpack-plugin-serve": "^1.6.0",
"ws": "^8.8.1"
},
"snyk": true,
"dependencies": {
"snyk": "^1.993.0"
}
}