-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.85 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
{
"name": "resume",
"version": "1.0.0",
"description": "Resume for Mike Chen",
"main": "dist/test.js",
"scripts": {
"test": "mocha -u bdd-lazy-var/getter -r ts-node/register lib/tests/**/*.ts",
"tsc": "tsc --watch",
"webserver": "nodemon dist/web-server.js",
"dbserver": "node dist/elasticsearch/elasticsearch-setup.js",
"webpack": "webpack --watch",
"dev": "lib/dev-environment.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bob-bins/resume.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bob-bins/resume/issues"
},
"homepage": "https://github.com/bob-bins/resume#readme",
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/chai-oequal": "0.0.1",
"@types/express": "^4.0.35",
"@types/jquery": "^3.2.11",
"@types/mocha": "^2.2.41",
"@types/react": "^16.0.2",
"@types/react-dom": "^15.5.0",
"@types/sinon": "^2.2.2",
"@types/sinon-chai": "^2.7.27",
"@types/source-map-support": "^0.2.28",
"chai": "^3.5.0",
"chai-oequal": "0.0.1",
"mocha": "^3.4.1",
"mocha-let-ts": "^1.0.1",
"nodemon": "^1.11.0",
"sinon": "^2.3.1",
"sinon-chai": "^2.10.0",
"source-map-loader": "^0.1.5",
"source-map-support": "^0.4.15",
"ts-loader": "^2.3.3",
"ts-node": "^3.0.4",
"typescript": "^2.3.2",
"webpack": "^3.5.5"
},
"dependencies": {
"@types/elasticsearch": "^5.0.13",
"@types/react-router": "^3.0.0",
"@types/request": "0.0.44",
"@types/request-promise": "^4.1.34",
"bootstrap": "^3.3.7",
"elasticsearch": "^13.1.1",
"express": "^4.15.3",
"extract-zip": "^1.6.5",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"react": "^15.6.1",
"react-dom": "^15.5.4",
"react-router": "^3.0.0",
"request": "^2.81.0",
"request-promise": "^4.2.1"
}
}