-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1256649
commit c0eae5b
Showing
4 changed files
with
57 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,58 @@ | ||
{ | ||
"name": "StoryMapJS", | ||
"version": "0.9.0", | ||
"description": "This README is a work in progress. Please see QUICKSTART.md for the current development onboarding process.", | ||
"private": "true", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"dependencies": { | ||
"adm-zip": "^0.5.4", | ||
"leaflet": "^0.7.2", | ||
"mini-css-extract-plugin": "^1.3.9", | ||
"prompt": "^1.1.0", | ||
"simple-git": "^2.36.1", | ||
"trash-cli": "^4.0.0", | ||
"uglify-js": "^2.8.29" | ||
}, | ||
"devDependencies": { | ||
"clean-webpack-plugin": "^3.0.0", | ||
"copy-webpack-plugin": "^7.0.0", | ||
"css-loader": "^5.0.1", | ||
"file-loader": "^6.2.0", | ||
"fs-extra": "^9.0.1", | ||
"html-webpack-plugin": "^4.5.0", | ||
"json-loader": "^0.5.7", | ||
"jstrace": "^0.3.0", | ||
"less": "^3.13.0", | ||
"less-loader": "^7.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"run-all": "^1.0.1", | ||
"run-s": "0.0.0", | ||
"style-loader": "^2.0.0", | ||
"trash": "^7.1.0", | ||
"webpack": "^5.11.0", | ||
"webpack-cli": "^4.7.0", | ||
"webpack-merge": "^4.2.2" | ||
}, | ||
"scripts": { | ||
"build": "webpack --config webpack.prd.js && node tasks/compile_less.js", | ||
"clean": "trash dist", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"dist": "npm-run-all -s clean build", | ||
"stage": "npm run dist && node tasks/stage.js", | ||
"stage_latest": "npm run dist && node tasks/stage.js latest", | ||
"stage_dev": "npm run dist && node tasks/stage.js dev" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/NUKnightLab/StoryMapJS.git" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/NUKnightLab/StoryMapJS/issues" | ||
}, | ||
"homepage": "https://github.com/NUKnightLab/StoryMapJS#readme" | ||
"name": "StoryMapJS", | ||
"version": "0.9.0", | ||
"description": "This README is a work in progress. Please see QUICKSTART.md for the current development onboarding process.", | ||
"private": "true", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"dependencies": { | ||
"adm-zip": "^0.5.4", | ||
"leaflet": "^0.7.2", | ||
"mini-css-extract-plugin": "^1.3.9", | ||
"prompt": "^1.1.0", | ||
"simple-git": "^2.36.1", | ||
"trash-cli": "^4.0.0", | ||
"uglify-js": "^2.8.29" | ||
}, | ||
"devDependencies": { | ||
"clean-webpack-plugin": "^3.0.0", | ||
"copy-webpack-plugin": "^7.0.0", | ||
"css-loader": "^5.0.1", | ||
"file-loader": "^6.2.0", | ||
"fs-extra": "^9.0.1", | ||
"html-webpack-plugin": "^4.5.0", | ||
"json-loader": "^0.5.7", | ||
"jstrace": "^0.3.0", | ||
"less": "^3.13.0", | ||
"less-loader": "^7.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"run-all": "^1.0.1", | ||
"run-s": "0.0.0", | ||
"style-loader": "^2.0.0", | ||
"trash": "^7.1.0", | ||
"webpack": "^5.11.0", | ||
"webpack-cli": "^4.7.0", | ||
"webpack-merge": "^4.2.2" | ||
}, | ||
"scripts": { | ||
"build": "webpack --config webpack.prd.js && node tasks/compile_less.js", | ||
"clean": "trash dist", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"dist": "npm-run-all -s clean build && cp dist/js/storymap.js dist/js/storymap-min.js", | ||
"stage": "npm run dist && node tasks/stage.js", | ||
"stage_latest": "npm run dist && node tasks/stage.js latest", | ||
"stage_dev": "npm run dist && node tasks/stage.js dev" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/NUKnightLab/StoryMapJS.git" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/NUKnightLab/StoryMapJS/issues" | ||
}, | ||
"homepage": "https://github.com/NUKnightLab/StoryMapJS#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters