-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.45 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
{
"name": "@sannybuilder/utils",
"version": "1.0.0",
"description": "Sanny Builder Utilities",
"main": "dist/index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server --hot --inline --progress --port 8080 --mode development",
"test": "karma start --single-run"
},
"keywords": [
"typescript",
"webpack",
"karma",
"jasmine"
],
"author": {
"name": "Seemann",
"url": "https://github.com/sannybuilder/utils"
},
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/sannybuilder/utils/issues"
},
"publishConfig": {
"access": "public"
},
"files": [
"/dist/"
],
"devDependencies": {
"@types/jasmine": "2.8.7",
"@types/lodash.intersection": "4.4.6",
"@types/voca": "^1.4.0",
"awesome-typescript-loader": "5.2.1",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine-core": "3.4.0",
"karma": "2.0.2",
"karma-coverage": "1.1.2",
"karma-jasmine": "1.1.2",
"karma-phantomjs-launcher": "1.0.4",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "3.0.0",
"phantomjs-prebuilt": "2.1.16",
"tslint": "5.17.0",
"tslint-loader": "3.5.4",
"typescript": "3.5.2",
"webpack": "4.34.0",
"webpack-cli": "3.3.4",
"webpack-dev-server": "3.7.1",
"webpack-merge": "4.2.1"
},
"dependencies": {
"crc-32": "^1.2.0",
"lodash.intersection": "4.4.0",
"lodash.uniq": "^4.5.0",
"voca": "^1.4.0"
}
}