-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "basketcase",
"version": "0.0.27",
"description": "Simple online store app as a vehicle for experimenting with Elasticsearch",
"scripts": {
"lint": "eslint .",
"build": "webpack",
"start": "serve build",
"prestart": "npm run build",
"test": "karma start",
"deploy": "gh-pages -d build",
"predeploy": "npm run build",
"open": "open https://taylorjg.github.io/BasketCase"
},
"author": "Jonathan Taylor",
"license": "MIT",
"devDependencies": {
"angular-mocks": "^1.7.9",
"chai": "^4.2.0",
"copy-webpack-plugin": "^5.0.5",
"eslint": "^6.7.2",
"gh-pages": "^5.0.0",
"html-webpack-plugin": "^3.2.0",
"karma": "^4.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"mocha": "^6.2.2",
"serve": "^14.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"angular": "^1.7.9",
"angular-ui-bootstrap": "^2.5.6",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"dotenv": "^16.0.2",
"elasticsearch": "^16.5.0",
"express": "^4.17.1"
},
"repository": {
"type": "git",
"url": "https://github.com/taylorjg/BasketCase.git"
}
}