-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
94 lines (94 loc) · 3.06 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
90
91
92
93
94
{
"name": "geome-ui",
"version": "0.0.1",
"description": "GeOMe ui",
"main": "index.js",
"private": true,
"repository": "https://github.com/biocodellc/geome-ui",
"author": "RJ Ewing <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/biocodellc/biscicol-ui/issues"
},
"homepage": "https://biscicol.org",
"scripts": {
"build": "rimraf dist && webpack --bail --profile",
"server": "webpack-dev-server",
"test": "karma start",
"test-watch": "karma start --auto-watch --no-single-run",
"start": "npm run server",
"eslint": "eslint 'src/app/**/*.js'",
"eslint:fix": "eslint 'src/app/**/*.js' --fix",
"prettier": "prettier -l 'src/app/**/*' 'src/style/**/*' 'src/public/*.html'",
"prettier:write": "prettier --write 'src/app/**/*' 'src/style/**/*' 'src/public/*.html'"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.22",
"angular": "^1.8.0",
"angular-animate": "^1.7.7",
"angular-aria": "^1.7.7",
"angular-drag-and-drop-lists": "^2.1.0",
"angular-filter": "^0.5.17",
"angular-material": "^1.1.12",
"angular-messages": "^1.7.7",
"angular-sanitize": "^1.7.7",
"angular-ui-bootstrap": "^2.5.6",
"biocode-angular-material-data-table": "^0.10.10",
"bootstrap-sass": "^3.4.0",
"jquery": "^3.5.0",
"jszip": "^3.2.2",
"leaflet": "^1.3.4",
"leaflet-draw": "^1.0.4",
"leaflet.markercluster": "^1.4.1",
"lodash": "^4.17.21",
"ng-file-upload": "^12.2.13",
"node-sass": "^4.13.0",
"papaparse": "^5.2.0",
"ui-select": "^0.19.7",
"xlsx": "^0.11.10"
},
"devDependencies": {
"angular-mocks": "^1.7.7",
"autoprefixer": "^8.6.5",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-angularjs-annotate": "^0.8.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "12.1.0",
"eslint-config-prettier": "^2.10.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^2.7.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.1.0",
"istanbul-instrumenter-loader": "^1.0.0",
"jasmine-core": "^2.3.4",
"karma": "^1.1.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "2.0.1",
"mini-css-extract-plugin": "^0.4.5",
"node-libs-browser": "2.0.0",
"null-loader": "^0.1.1",
"phantomjs-prebuilt": "^2.1.4",
"postcss-loader": "^2.1.6",
"prettier-eslint": "^8.8.2",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"worker-loader": "^2.0.0"
}
}