forked from humanitiesplusdesign/palladio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.72 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
{
"name": "palladio",
"main": "dist/palladio.js",
"version": "1.3.0",
"description": "Supporting library and set of components for the Palladio framework.",
"homepage": "http://hdlab.stanford.edu/palladio",
"repository": "https://github.com/humanitiesplusdesign/palladio",
"scripts": {
"build": "NODE_ENV=production webpack",
"build-dev": "webpack",
"develop": "webpack --mode development --watch",
"test": "./node_modules/karma/bin/karma start ./test/karma.conf.js --browsers Chrome --single-run=true"
},
"devDependencies": {
"@uirouter/angularjs": "0.3.x",
"angular-bootstrap-colorpicker": "^3.0.25",
"angular-sanitize": "1.5.x",
"angular-ui-bootstrap": "^1.3.3",
"angular-ui-codemirror": "https://github.com/simonwiles/ui-codemirror#0.3.1",
"angular-ui-sortable": "^0.14.4",
"angular": "1.5.x",
"blob": "^0.0.5",
"bootstrap": "^3.4.1",
"classie": "^1.0.0",
"codemirror": "^4.13.0",
"crossfilter2": "^1.4.7",
"css-loader": "^3.2.0",
"d3-tip": "^0.6.8",
"d3": "^3.5.17",
"file-loader": "^4.2.0",
"file-saver": "^1.3.8",
"html-loader": "^0.5.5",
"jquery": "^2.1.3",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "2.0.1",
"karma-phantomjs-launcher": "1.0.4",
"karma": "3.1.3",
"leaflet": "^0.7.7",
"mapbox.js": "^2.1.9",
"mini-css-extract-plugin": "^0.8.0",
"ngtemplate-loader": "^2.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"reductio": "^0.6.3",
"spin.js": "^2.3.2",
"style-loader": "^1.0.0",
"svgsaver": "^0.9.0",
"ui-select": "^0.16.1",
"webpack-cli": "^3.3.7",
"webpack-jquery-ui": "^2.0.1",
"webpack": "^4.39.3"
},
"resolutions": {
"angular": "1.5.x"
}
}