-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
58 lines (58 loc) · 1.75 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
{
"name": "StoryMapJS",
"version": "0.9.4",
"description": "StoryMapJS is a tool for telling stories through the context of places on a map. For more information, see storymap.knightlab.com",
"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": "^3.20.0",
"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"
}