forked from usgs/waterdataui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 4.47 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
{
"name": "waterdataui-assets",
"version": "0.27.0dev",
"description": "Compiled static assets for Water Data For The Nation",
"main": "src/scripts/index.js",
"scripts": {
"test": "karma start",
"test:chrome": "karma start --browsers Chrome",
"test:firefox": "karma start --browsers Firefox",
"test:watch": "karma start --debug --no-single-run --auto-watch --browsers Chrome",
"clean": "rm -rf dist && mkdir dist",
"build": "npm run clean && run-p build:* && npm run hash-assets",
"build:css": "run-p build:css:*",
"build:css:main": "node-sass --include-path node_modules/leaflet/dist --include-path node_modules/wdfn-viz/src/stylesheets --include-path node_modules/uswds/src/stylesheets src/styles/main.scss dist/main.css && postcss dist/main.css --map -o dist/main.css",
"build:css:graph": "node-sass --include-path node_modules/wdfn-viz/src/stylesheets --include-path node_modules/uswds/src/stylesheets src/styles/graph.scss dist/graph.css && postcss dist/graph.css --map -o dist/graph.css",
"build:fonts": "mkdir -p dist/fonts && cp -r node_modules/uswds/src/fonts/* dist/fonts && cp node_modules/@fortawesome/fontawesome-free/webfonts/* dist/fonts",
"build:images": "mkdir -p dist/img && mkdir -p dist/images && cp -r node_modules/uswds/src/img/* dist/img && cp -r node_modules/wdfn-viz/src/img/* dist/img && cp -r node_modules/leaflet/dist/images/* dist/images && cp -r src/img/* dist/img",
"build:js": "rollup -c --environment NODE_ENV:production && mkdir -p dist/scripts && cp node_modules/date-time-format-timezone/build/browserified/date-time-format-timezone-complete-min.js dist/scripts",
"build:autotrack": "uglifyjs --output dist/autotrack.js node_modules/autotrack/autotrack.js",
"hash-assets": "gulp --gulpfile ./gulpfile.js revall",
"serve:static": "live-server --port=9000 --cors --no-browser dist",
"serve:python": "../wdfn-server/env/bin/python ../wdfn-server/run.py",
"start": "run-p watch serve:python",
"watch": "run-p watch:* serve:static",
"watch:css": "nodemon -w src/styles -e scss -x \"npm run build:css\"",
"watch:fonts": "nodemon -w node_modules/uswds/src/fonts -x \"npm run build:fonts\"",
"watch:images": "nodemon -w src/img -x \"npm run build:images\"",
"watch:js": "mkdir -p dist/scripts && cp node_modules/date-time-format-timezone/build/browserified/date-time-format-timezone-complete-min.js dist/scripts && rollup -c --watch"
},
"engines": {
"node": "10.18.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usgs/waterdataui.git"
},
"author": "USGS",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/usgs/waterdataui/issues"
},
"homepage": "https://github.com/usgs/waterdataui#readme",
"devDependencies": {
"autoprefixer": "^9.7.4",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-plugin-jasmine": "^4.1.0",
"gulp": "^4.0.2",
"gulp-rev-all": "^2.0.2",
"isparta": "^4.1.1",
"jasmine": "3.5.0",
"jasmine-ajax": "^4.0.0",
"karma": "^4.4.1",
"karma-browserstack-launcher": "^1.5.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^3.1.1",
"karma-jasmine-ajax": "^0.1.13",
"karma-rollup-preprocessor": "^7.0.3",
"karma-sauce-launcher": "^2.0.2",
"karma-spec-reporter": "0.0.32",
"live-server": "^1.2.1",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"npm-run-all": "^4.1.5",
"postcss-cli": "^7.0.0",
"postcss-flexbugs-fixes": "^4.2.0",
"rollup": "^1.31.1",
"@rollup/plugin-alias": "^3.0.1",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-istanbul": "^2.0.1",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-replace": "^2.3.1",
"rollup-plugin-uglify": "^6.0.4",
"stylelint": "^13.2.0",
"stylelint-scss": "^3.14.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.12.1",
"autotrack": "2.4.1",
"core-js": "3.6.4",
"d3": "5.15.0",
"date-time-format-timezone": "1.0.21",
"element-closest": "3.0.2",
"esri-leaflet": "2.3.3",
"fast-memoize": "2.5.1",
"leaflet": "1.6.0",
"lodash": "4.17.15",
"luxon": "1.22.0",
"matchmedia-polyfill": "0.3.2",
"normalizr": "3.6.0",
"raf-throttle": "2.0.3",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"wdfn-viz": "1.3.0"
}
}