-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.02 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "pie-catalog",
"version": "3.2.2",
"description": "The Portable Interaction Elements catalog webapp + api",
"preferGlobal": false,
"private": true,
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/gulp test",
"postinstall": "./node_modules/.bin/gulp postinstall",
"prepublish": "npm run build",
"build": "gulp build",
"it": "./node_modules/.bin/gulp it",
"dev": "export NODE_ENV=dev && ./node_modules/.bin/nodemon --watch 'src/**/*.ts' --exec './node_modules/.bin/ts-node' src/index.ts --logConfig='silly'",
"release": "./node_modules/.bin/release-it",
"source-maps": "gulp build && ./node_modules/.bin/tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/PieLabs/pie-catalog.git"
},
"engines": {
"node": ">=7.2.0",
"npm": ">=3.10.7"
},
"keywords": [
"pie",
"catalog"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/PieLabs/pie-catalog/issues"
},
"homepage": "https://github.com/PieLabs/pie-catalog#readme",
"devDependencies": {
"@types/aws-sdk": "2.7.0",
"@types/bluebird": "^3.5.19",
"@types/express": "^4.11.0",
"@types/fs-extra": "5.0.0",
"@types/jsesc": "^0.4.29",
"@types/lodash": "^4.14.92",
"@types/minimist": "^1.2.0",
"@types/mongodb": "^3.0.2",
"@types/node-fetch": "^1.6.7",
"@types/pug": "^2.0.4",
"@types/semver": "^5.4.0",
"@types/stack-trace": "0.0.29",
"@types/webpack": "^3.8.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"babili-webpack-plugin": "0.1.2",
"chai": "^4.1.2",
"compression-webpack-plugin": "^1.1.3",
"conventional-changelog-cli": "^1.3.8",
"css-loader": "^0.28.9",
"gulp": "^3.9.1",
"gulp-mocha": "^5.0.0",
"gulp-typescript": "^4.0.0-alpha.1",
"gulp-util": "^3.0.8",
"less-loader": "^4.0.5",
"mocha": "^4.1.0",
"nodemon": "^1.14.11",
"proxyquire": "^1.8.0",
"raw-loader": "^0.5.1",
"release-it": "^7.4.1",
"run-sequence": "^2.2.1",
"sinon": "^4.1.6",
"style-loader": "^0.19.1",
"temp": "^0.8.3",
"ts-node": "^4.1.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^2.0.4",
"webpack-stream": "^4.0.0"
},
"dependencies": {
"aws-sdk": "^2.183.0",
"bluebird": "^3.5.1",
"express": "^4.16.2",
"fs-extra": "^5.0.0",
"gunzip-maybe": "^1.4.1",
"jsesc": "^2.5.1",
"lodash": "^4.17.4",
"log-factory": "^1.0.1",
"mime-types": "^2.1.17",
"minimist": "^1.2.0",
"mongodb": "^3.0.1",
"node-fetch": "^1.7.3",
"pie-catalog-client": "^2.2.0",
"pug": "^2.0.0-rc.4",
"resolve": "^1.5.0",
"semver": "^5.5.0",
"stack-trace": "0.0.10",
"tar-stream": "^1.5.5"
}
}