-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.77 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
81
82
83
84
85
86
87
88
89
{
"name": "fibra",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/humanitiesplusdesign/data-pen.git"
},
"devDependencies": {
"@types/angular-http-auth": "^1.2.32",
"@types/angular-toastr": "^1.6.33",
"@types/angular-ui-bootstrap": "^0.13.46",
"@types/angular-ui-router": "^1.1.40",
"@types/d3": "^4.12.0",
"@types/n3": "^0.0.3",
"angular": "^1.6.8",
"angular-animate": "^1.6.8",
"angular-bootstrap-toggle": "0.1.1",
"angular-drag-drop": "^3.1.0",
"angular-file-saver": "^1.1.3",
"angular-hot-loader": "0.9.9",
"angular-http-auth": "^1.5.0",
"angular-sparql-service": "^1.6.2",
"angular-toastr": "^2.1.1",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-codemirror": "0.3.0",
"angular-ui-grid": "^4.2.2",
"angular-ui-router": "^1.0.3",
"angular-ui-sortable": "^0.18.0",
"angular-yasqe-component": "^1.0.6",
"angular-yasr-component": "^1.0.7",
"angularjs-slider": "^6.4.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-angularjs-annotate": "^0.8.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-runtime": "^6.26.0",
"bitbar-webpack-progress-plugin": "^0.1.3",
"bootstrap": "^3.3.7",
"circular-json": "^0.4.0",
"circular-menu": "^1.0.6",
"crypto-js": "^3.1.9-1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"font-awesome": "^4.7.0",
"gh-pages-webpack-plugin": "^1.0.2",
"html-webpack-plugin": "^2.30.1",
"jquery-ui": "^1.12.1",
"main-bower-files": "^2.13.1",
"ng-annotate-loader": "^0.6.1",
"ng-focus-if": "^1.0.7",
"ng-redux": "^3.5.2",
"ngstorage": "0.3.11",
"pug": "^2.0.0-rc.4",
"pug-loader": "^2.3.0",
"rdfstore": "^0.9.17",
"redux-logger": "^3.0.6",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"retinajs": "^2.1.3",
"style-loader": "^0.19.1",
"stylint": "^1.5.9",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"ts-loader": "3.0.5",
"tslint": "^5.9.1",
"typedoc": "^0.9.0",
"typescript": "^2.6.2",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-build-notifier": "^0.1.22",
"webpack-dev-server": "^2.11.1",
"webpack-stream": "^4.0.0"
},
"engines": {
"node": ">=5.0.0"
},
"scripts": {
"dev-web": "webpack-dev-server --progress",
"dev-build": "webpack --progress",
"dev-watch": "webpack --progress --watch",
"dist-build": "webpack -p --config=webpack.dist.config --progress",
"dist-watch": "webpack -p --config=webpack.dist.config --progress --watch",
"deploy": "webpack -p --config=webpack.deploy.config --progress"
},
"dependencies": {}
}