forked from alisaitteke/seatmap-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.52 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
54
55
56
{
"name": "@seatmap/canvas",
"version": "0.1.14",
"tags": "seating, seat, seatmap, seat-selection, seat-booking, booking, ticket, reservation",
"author": "Ali Sait TEKE <[email protected]>",
"homepage": "https://github.com/seatmap/canvas",
"bugs": {
"url": "https://github.com/seatmap/canvas/issues"
},
"description": "A Opensource seat selection project",
"repository": {
"type": "git",
"url": "git+https://github.com/seatmap/canvas.git"
},
"sideEffects": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config ./webpack.environments/dev.js --hot --inline",
"build": "webpack --config ./webpack.environments/prod.js"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT",
"main": "src/canvas.index.ts",
"devDependencies": {
"@types/d3": "^5.0.0",
"@types/node": "^10.11.4",
"css-loader": "^1.0.0",
"d3": "^5.7.0",
"dts-generator-webpack-plugin": "^1.0.0",
"mini-css-extract-plugin": "^0.4.3",
"node-sass": "^4.9.3",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.3.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"ts-loader": "^5.2.1",
"ts-node": "^7.0.1",
"typescript": "^3.0.3",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.1.4"
},
"dependencies": {},
"directories": {
"doc": "docs",
"example": "examples"
},
"keywords": [
"seating",
"seatmap",
"seat-selection"
]
}