-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "@mindbox/quokka",
"version": "0.2.2",
"description": "Mindbox.Quokka Typescript implementation",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "karma start",
"prepare": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mindbox-cloud/Quokka.Ts.git"
},
"keywords": [
"Quokka",
"Templating"
],
"author": "Mindbox",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/mindbox-cloud/Quokka.Ts/issues"
},
"homepage": "https://github.com/mindbox-cloud/Quokka.Ts#readme",
"files": [
"index.d.ts",
"dist"
],
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@types/jasmine": "^3.5.10",
"antlr4ts-cli": "^0.4.0-alpha.4",
"babel-loader": "^8.1.0",
"karma": "^5.0.2",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^3.1.1",
"karma-mocha-reporter": "^2.2.5",
"karma-typescript": "^5.0.2",
"puppeteer": "^3.0.0",
"terser-webpack-plugin": "^5.3.7",
"ts-loader": "^7.0.0",
"typescript": "^3.8.3",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"antlr4ts": "^0.4.1-alpha.0"
}
}