-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.49 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
{
"name": "@opennetwork/vdom",
"version": "20.1.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"license": "MIT",
"scripts": {
"build": "tsc --declaration && npm run tslint && node scripts/post-build.js",
"watch": "tsc -w",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"prepublishOnly": "npm run build",
"test": "jest"
},
"peerDependencies": {
"@opennetwork/progressive-merge": "^5.1.1",
"@opennetwork/vnode": "^26.1.0",
"iterable": "^5.6.0",
"microtask-collector": "^3.1.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/opennetwork/vdom.git"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@opennetwork/progressive-merge": "^5.1.1",
"@opennetwork/vnode": "^26.1.0",
"@types/jest": "^26.0.22",
"@types/jsdom": "^12.2.4",
"@types/node": "^14.14.35",
"babel-jest": "^26.6.3",
"esm": "^3.2.25",
"filehound": "^1.17.3",
"htm": "^2.2.1",
"iterable": "^5.6.0",
"jest": "^26.6.3",
"jsdom": "^15.1.1",
"microtask-collector": "^3.1.0",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.2.3",
"uuid": "^8.3.2"
}
}