forked from handsontable/hyperformula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 790 Bytes
/
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
{
"name": "handsonengine",
"version": "0.0.1",
"module": "lib/src/index.js",
"private": true,
"devDependencies": {
"@microsoft/tsdoc": "^0.12.4",
"@types/csv-parse": "^1.1.11",
"@types/jest": "^23.3.2",
"@types/node": "^10.11.2",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"jest": "^23.6.0",
"license-checker": "^25.0.1",
"ts-jest": "^23.10.1",
"ts-loader": "^5.3.3",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-etc": "^1.5.2",
"typedoc": "^0.13.0",
"typescript": "^3.0.3",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"chevrotain": "^4.1.0",
"csv-parse": "^4.0.1",
"csv-stringify": "^5.0.0",
"gpu.js": "2.0.0-rc.13",
"moment": "^2.22.2"
}
}