-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "typedtree-editor",
"version": "0.0.1",
"author": "Bastian Blokland",
"license": "MIT",
"bugs": {
"url": "https://github.com/BastianBlokland/typedtree-editor/issues"
},
"homepage": "https://github.com/BastianBlokland/typedtree-editor#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/BastianBlokland/typedtree-editor.git"
},
"main": "./build/bundle.js",
"files": [
"./build"
],
"dependencies": {
"file-saver": "^2.0.5",
"lz-string": "^1.4.4",
"normalize-wheel": "^1.0.1"
},
"devDependencies": {
"@types/expect-puppeteer": "^5.0.1",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.0.1",
"@types/jest-environment-puppeteer": "^5.0.2",
"@types/lz-string": "^1.3.34",
"codecov": "^3.8.3",
"css-combine": "^1.0.0",
"jest": "^29.0.3",
"jest-dev-server": "^6.1.1",
"jest-junit": "^14.0.1",
"jest-puppeteer": "^8.0.0",
"live-server": "^1.2.2",
"npm-check-updates": "^16.1.2",
"rollup": "^2.79.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"ts-jest": "^29.0.0",
"tsc-watch": "^5.0.3",
"tslint": "^6.1.3",
"typescript": "^4.8.3",
"typescript-tslint-plugin": "^1.0.2",
"uglify-js": "^3.17.0",
"got": "11.8.5"
}
}