-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
78 lines (78 loc) · 1.94 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@fmfi-uk-1-ain-412/tableaueditor",
"version": "1.1.0",
"main": "lib/dist/AppComponent.js",
"types": "lib/types/types.d.ts",
"author": "",
"contributors": [
{
"name": "Jozef Šiška",
"email": "[email protected]"
},
{
"name": "Alexandra Nyitraiová"
},
{
"name": "Matej Komlóssy"
},
{
"name": "Matej Mok"
},
{
"name": "Ján Kľuka",
"email": "[email protected]"
}
],
"maintainers": [
{
"name": "Jozef Šiška",
"email": "[email protected]"
},
{
"name": "Ján Kľuka",
"email": "[email protected]"
}
],
"scripts": {
"build": "make build",
"live": "make live",
"clean": "make clean",
"publish": "make publish",
"ghpublish": "make ghpublish",
"predeploy": "make build",
"deploy": "make ghpublish",
"build-module": "node buildModule.js",
"dev-module": "nodemon --ext jsx,css,elm --watch src --exec npm run build-module -- dev",
"prepare": "npm run build-module"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/preset-react": "^7.16.5",
"@fmfi-uk-1-ain-412/isolate-css": "^0.1.1",
"copyfiles": "^2.4.1",
"elm": "^0.19.1-5",
"elm-live": "^4.0.2",
"gh-pages": "^3.2.3",
"nodemon": "^2.0.22"
},
"dependencies": {
"react-elm-components": "^1.1.0"
},
"peerDependencies": {
"react": "^17.0.2"
},
"description": "In this repository is maintained the code to my bachelor thesis. A live version is available at https://fmfi-uk-1-ain-412.github.io/tableauEditor/ .",
"directories": {
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FMFI-UK-1-AIN-412/tableauEditor.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/FMFI-UK-1-AIN-412/tableauEditor/issues"
},
"homepage": "https://fmfi-uk-1-ain-412.github.io/tableauEditor"
}