-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
114 lines (114 loc) · 3.54 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "designsafe-portal",
"version": "0.9.0",
"description": "",
"private": true,
"main": "manage.py",
"engines": {
"node": "~16.20.2",
"npm": "~8.19.4"
},
"scripts": {
"test": "./node_modules/.bin/karma start karma.conf.js --single-run",
"report-coverage": "./node_modules/.bin/codecov",
"lint": "eslint designsafe/static/scripts/**/*.js",
"build": "NODE_ENV=production BABEL_ENV=production webpack --env production --config webpack.config.js",
"dev": "NODE_ENV=development BABEL_ENV=development webpack --env development --watch --color --config webpack.config.js"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.1.0",
"babel-plugin-angularjs-annotate": "^0.9.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.0",
"elasticdump": "^3.3.7",
"eslint": "^6.0.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"file-loader": "^5.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.5.2",
"jasmine": "^3.3.0",
"jasmine-core": "^3.2.1",
"karma": "^5.2.3",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^0.1.8",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"mini-css-extract-plugin": "^1.1.1",
"ngtemplate-loader": "^2.0.1",
"prettier": "^2.1.2",
"sass": "^1.35.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.1",
"webpack": "^4.44.2",
"webpack-cli": "^4.1.0"
},
"dependencies": {
"angular": "^1.6.10",
"angular-animate": "^1.6.10",
"angular-aria": "^1.6.10",
"angular-bootstrap": "^0.12.2",
"angular-cookies": "^1.6.10",
"angular-drag-and-drop-lists": "^2.1.0",
"angular-material": "^1.1.9",
"angular-messages": "^1.6.10",
"angular-mocks": "^1.6.10",
"angular-native-dragdrop": "^1.2.2",
"angular-resource": "^1.6.10",
"angular-sanitize": "^1.6.10",
"angular-schema-form": "^0.8.13",
"angular-slick-carousel": "^3.1.7",
"angular-toastr": "^2.1.1",
"angular-translate": "^2.18.1",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-codemirror": "^0.3.0",
"angular-ui-router": "^1.0.20",
"angular-xeditable": "^0.9.0",
"bootstrap": "^4.5.3",
"bootstrap-datepicker": "^1.8.0",
"codecov": "^3.1.0",
"codemirror": "^5.40.2",
"coffee-loader": "^1.0.1",
"coffeescript": "^2.5.1",
"d3": "^5.9.7",
"d3plus": "^1.9.8",
"exif-js": "^2.3.0",
"font-awesome": "^4.7.0",
"geojson-validation": "^0.2.1",
"jquery": "^3.5.1",
"jszip": "^3.1.5",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"leaflet-measure": "^3.1.0",
"leaflet-omnivore": "^0.3.4",
"marked": "^1.2.0",
"modernizr": "^3.11.3",
"ngstorage": "^0.3.11",
"null-loader": "^0.1.1",
"objectpath": "^1.2.1",
"prismjs": "^1.6.0",
"raw-loader": "^0.5.1",
"rxjs": "^6.5.5",
"slick-carousel": "^1.8.1",
"tether": "^1.4.5",
"tv4": "^1.3.0",
"underscore": "^1.9.1",
"uuidv4": "^6.1.1"
}
}