-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
80 lines (80 loc) · 2.17 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
79
80
{
"_comment": "rdflib used to be version 0.16.7",
"name": "dp2",
"version": "0.1.0",
"private": true,
"babel": {
"presets": [
"es2015"
]
},
"dependencies": {
"@types/react-router-dom": "^4.2.4",
"axios": "^0.18.0",
"file-saver": "^1.3.3",
"gulp-run": "^1.7.1",
"immutable": "^3.8.2",
"jquery": "^3.1.1",
"jsonld": "^0.4.5",
"material-ui": "^0.20.0",
"n3": "^0.11.2",
"rdflib": "^0.15",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-router-hash-link": "^1.2.0",
"react-scripts-ts": "^2.14.0",
"react-treebeard": "^2.1.0",
"redux": "^4.0.0",
"semantic-ui-css": "^2.3.0",
"semantic-ui-react": "^0.78.3",
"tsify": "^3.0.1",
"typescript-collections": "^1.3.2",
"xmldom": "^0.1.27"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "gulp build",
"test": "gulp test",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/file-saver": "^1.3.0",
"@types/jasmine": "^2.8.6",
"@types/jquery": "^2.0.33",
"@types/material-ui": "^0.21.0",
"@types/node": "^9.4.6",
"@types/react": "^16.0.38",
"@types/react-dom": "^16.0.4",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.17.3",
"browserify": "^14.0.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.1.1",
"gulp-tslint": "^8.0.0",
"gulp-typescript": "^3.1.4",
"gulp-uglify": "^2.0.0",
"jasmine-core": "^2.99.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-detect-browsers": "2.2.6",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.1",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-safaritechpreview-launcher": "0.0.6",
"karma-typescript": "^3.0.12",
"karma-typescript-es6-transform": "^1.0.4",
"run-sequence": "^1.2.2",
"tslint": "5.3.2",
"typedoc": "^0.11.1",
"typescript": "^2.7.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}