-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.32 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
{
"name": "orion",
"version": "0.0.1",
"license": "SEE LICENCE IN LICENCE",
"description": "A web platform for visualizing and explaing social and political concepts.",
"scripts": {
"postinstall": "gulp deploy",
"test": "gulp run-test-all",
"start-server": "node dist/server/src/server"
},
"dependencies": {
"@types/body-parser": "^1.16.4",
"@types/chai": "^4.0.4",
"@types/express": "^4.0.36",
"@types/gulp": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/sequelize": "^4.0.69",
"@types/supertest": "^2.0.3",
"@types/webpack-env": "^1.13.2",
"body-parser": "^1.17.2",
"chai": "^4.1.2",
"del": "^3.0.0",
"express": "^4.15.4",
"gulp": "^3.9.1",
"gulp-mocha": "^4.3.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-submodule": "^0.1.3",
"gulp-typescript": "^3.2.2",
"lodash": "^4.17.4",
"mocha": "^4.0.0",
"path": "^0.12.7",
"pg": "^6.4.1",
"react-measure": "^2.0.2",
"run-sequence": "^2.2.0",
"sequelize": "^4.5.0",
"sequelize-auto": "git+https://github.com/sequelize/sequelize-auto.git",
"slug": "^0.9.1",
"supertest": "^3.0.0",
"typescript": "^2.5.3"
},
"devDependencies": {}
}