-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.14 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
{
"name": "ksa_expo",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/gulp production && node ./bin/www",
"watch": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewgu12/KSA-KExpo.git"
},
"author": "Andrew Gu",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrewgu12/KSA-KExpo/issues"
},
"homepage": "https://github.com/andrewgu12/KSA-KExpo#readme",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-regular": "^5.0.8",
"@fortawesome/fontawesome-free-solid": "^5.0.9",
"@fortawesome/react-fontawesome": "0.0.18",
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.4",
"@types/react-router-dom": "^4.2.5",
"autoprefixer": "^8.1.0",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0",
"cookie-parser": "^1.4.3",
"exports-loader": "^0.7.0",
"express": "^4.16.3",
"imports-loader": "^0.8.0",
"jquery": "^3.3.1",
"morgan": "^1.9.0",
"net": "^1.0.2",
"path": "^0.12.7",
"pg": "^7.4.1",
"popper.js": "^1.14.1",
"precss": "^3.1.2",
"pug": "^2.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"serve-favicon": "^2.4.5",
"tether": "^1.4.3",
"webpack": "^4.1.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/body-parser": "^1.16.8",
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.11.1",
"@types/jquery": "^3.3.1",
"@types/morgan": "^1.7.35",
"@types/node": "^9.4.7",
"@types/pg": "^7.4.5",
"@types/pug": "^2.0.4",
"@types/serve-favicon": "^2.2.30",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^3.1.0",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^4.0.1",
"source-map-loader": "^0.2.3",
"ts-loader": "^4.1.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
}
}