-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.6 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
{
"name": "unitejs-packages",
"version": "1.1.3",
"description": "Packages for use with UniteJS.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/unitejs/packages.git"
},
"keywords": [
"unite",
"unitejs",
"packages",
"lodash",
"moment",
"rxjs",
"underscore"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/unitejs/packages/issues"
},
"homepage": "https://github.com/unitejs/packages#readme",
"engines": {
"node": ">=8.0.0"
},
"devDependencies": {
"@angular/core": "5.2.10",
"@polymer/decorators": "git+https://github.com/unitejs-forks/polymer-decorators.git",
"@polymer/polymer": "3.0.0-pre.1",
"@types/jasmine": "2.8.7",
"@types/lodash": "4.14.109",
"@types/polymer": "1.2.4",
"@types/react": "16.3.14",
"@types/underscore": "1.8.8",
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"eslint": "4.19.1",
"jasmine": "3.1.0",
"lodash": "4.17.10",
"mocha": "5.2.0",
"moment": "2.22.1",
"preact": "8.2.9",
"protractor": "5.4.1",
"react": "16.3.2",
"rxjs": "5.5.10",
"tslint": "5.10.0",
"tslint-microsoft-contrib": "5.0.3",
"typescript": "2.8.3",
"underscore": "1.9.0",
"unitejs-protractor-plugin": "1.0.4",
"vue": "2.5.16",
"vue-class-component": "6.2.0"
}
}