-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.92 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
{
"name": "semantic-form-web-editor",
"title": "Semantic Form Editor",
"description": "",
"version": "1.0.0",
"private": true,
"author": {
"name": "Tomas Klima",
"email": "[email protected]"
},
"engines": {
"node": "^12.x",
"npm": "^6.x"
},
"repository": "github:tomasklim/semantic-form-web-editor",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cypress": "npx cypress open",
"test": "jest"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@rdfjs/parser-jsonld": "^1.2.1",
"@rdfjs/parser-n3": "^1.1.4",
"bootstrap": "^4.5.3",
"classnames": "^2.2.6",
"jsoneditor": "^9.1.2",
"jsonld": "^3.2.0",
"jsonld-utils": "https://kbss.felk.cvut.cz/dist/jsonld-utils-0.0.11.tgz",
"lodash": "^4.17.20",
"next": "^9.5.5",
"notistack": "^1.0.1",
"rdf-ext": "^1.3.0",
"rdf-validate-shacl": "^0.2.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"s-forms": "https://kbss.felk.cvut.cz/dist/s-forms-0.2.1.tgz",
"stream": "0.0.2",
"trackjs": "^3.7.5"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^1.4.0",
"@babel/plugin-transform-react-jsx": "^7.12.5",
"@cypress/code-coverage": "^3.8.4",
"@types/classnames": "^2.2.11",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.15",
"@types/jsoneditor": "^8.6.0",
"@types/jsonld": "^1.5.1",
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.8",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"babel-jest": "^26.6.3",
"babel-plugin-istanbul": "^6.0.0",
"cypress": "^5.6.0",
"cypress-file-upload": "^4.1.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"jest": "^26.6.3",
"prettier": "^2.1.2",
"raw-loader": "^4.0.2",
"typescript": "^4.0.5"
},
"license": "ISC"
}