-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.46 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
{
"name": "raster",
"version": "2.5.6",
"description": "Raster Discovery App",
"main": "src/index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/agrc/raster.git"
},
"author": "Scott Davis <stdavis@utah.gov>",
"license": "MIT",
"bugs": {
"url": "https://github.com/agrc/raster/issues"
},
"homepage": "https://github.com/agrc/raster#readme",
"browserslist": [
"last 1 version"
],
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.26.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"babel-plugin-transform-es2015-modules-simple-amd": "0.3.0",
"eslint-config-agrc": "1.3.0",
"eslint-plugin-html": "^8.1.2",
"grunt": "^1.6.1",
"grunt-babel": "8.0.0",
"grunt-cache-breaker": "2.0.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-connect": "5.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-imagemin": "4.0.0",
"grunt-contrib-stylus": "1.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "1.1.0",
"grunt-dojo": "1.1.2",
"grunt-eslint": "^25.0.0",
"grunt-newer": "1.3.0",
"grunt-processhtml": "^0.4.4",
"load-grunt-tasks": "5.1.0",
"uglify-js": "^3.17.4"
},
"scripts": {
"start": "npx grunt",
"test": "npx grunt test",
"build:stage": "npx grunt build-stage",
"build:prod": "npx grunt build-prod",
"postinstall": "npx bower install"
}
}