-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.63 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
{
"name": "stf-input-list-filter",
"version": "0.5.18",
"description": "input for filtering of list",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack --config webpack/webpack.build.js --NODE_ENV=production",
"prepublish": "gulp compile",
"start": "webpack --config webpack/webpack.dev.js --watch --NODE_ENV=dev --inline --devtool cheap-module-inline-source-map"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stfalcon-studio/stf-input-list-filter"
},
"keywords": [
"angular",
"input",
"filter",
"list"
],
"author": "Andriy Syagrovskiy (Stfalcon)",
"license": "ISC",
"bugs": {
"url": "https://github.com/stfalcon-studio/stf-input-list-filter/issues"
},
"homepage": "https://github.com/stfalcon-studio/stf-input-list-filter#readme",
"dependencies": {
"lodash": "^4.16.4",
"rxjs": "^5.4.1",
"jquery": "^2.2.0"
},
"devDependencies": {
"@types/angular": "1.6.21",
"@types/angular-translate": "~2.4.34",
"@types/lodash": "^4.14.55",
"@types/node": "^6.0.46",
"angular": "^1.5.8",
"angular-translate": "^2.12.1",
"@types/angular-mocks": "^1.5.9",
"@types/jasmine": "^2.5.46",
"angular-mocks": "~1.5.0",
"babel-core": "6.4.5",
"babel-istanbul": "0.6.0",
"body-parser": "~1.15.2",
"browser-sync": "~2.11.1",
"browser-sync-webpack-plugin": "~1.1.3",
"compression-webpack-plugin": "^0.3.1",
"copy-webpack-plugin": "~3.0.0",
"css-loader": "0.23.1",
"express": "~4.14.0",
"extract-text-webpack-plugin": "~1.0.1",
"faker": "~3.1.0",
"file-loader": "~0.9.0",
"glob": "~7.1.1",
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.0",
"html-webpack-plugin": "~2.7.2",
"istanbul-instrumenter-loader": "0.1.3",
"jasmine": "^2.4.1",
"json-loader": "~0.5.4",
"json-server": "~0.8.14",
"karma": "0.13.20",
"karma-chrome-launcher": "~1.0.1",
"karma-coverage": "0.5.3",
"karma-jasmine": "0.3.6",
"karma-phantomjs-launcher": "~1.0.0",
"karma-spec-reporter": "~0.0.23",
"karma-typescript-preprocessor": "~0.0.21",
"karma-webpack": "~1.7.0",
"merge2": "^1.0.2",
"morgan": "~1.7.0",
"node-sass": "~3.7.0",
"phantomjs-polyfill": "~0.0.2",
"phantomjs-prebuilt": "~2.1.7",
"raw-loader": "~0.5.1",
"request-promise": "~3.0.0",
"sass-loader": "~3.1.2",
"style-loader": "~0.13.1",
"ts-loader": "~0.9.0",
"tslint": "~3.13.0",
"tslint-loader": "~2.1.5",
"typescript": "^2.2.1",
"uglify-js": "~2.6.4",
"url-loader": "0.5.7",
"wallaby-webpack": "0.0.11",
"webpack": "~1.13.2"
}
}