forked from pwmarcz/autotable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 710 Bytes
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
{
"name": "autotable",
"version": "1.0.0",
"author": "Paweł Marczewski <pwmarcz@gmail.com>",
"license": "MIT",
"devDependencies": {
"@parcel/transformer-image": "2.0.0",
"@types/events": "^3.0.0",
"@types/jquery": "^3.3.38",
"@types/qs": "^6.9.2",
"@types/three": "^0.154.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"eslint": "^6.8.0",
"express": "^4.17.1",
"parcel": "^2.0.0",
"typescript": "^4.0"
},
"dependencies": {
"bootstrap": "^4.4.1",
"events": "^3.1.0",
"jquery": "^3.5.1",
"normalize.css": "^8.0.1",
"popper.js": "^1.16.1",
"qs": "^6.9.4",
"three": "^0.154.0"
}
}