-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
40 lines (40 loc) · 1.33 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
{
"name": "Storymaps-Cascade",
"version": "1.23.0",
"description": "The Story Map Cascade app lets you combine narrative text with maps, images, and multimedia content in an engaging, full-screen scrolling experience",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Esri/story-map-cascade"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.7.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-es2015-modules-amd": "^6.6.5",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"csso": "~1.3.10",
"eslint": "^4.18.2",
"eslint-plugin-react": "^4.3.0",
"grunt": "^1.0.4",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^18.0.0",
"grunt-execute": "^0.2.2",
"grunt-mkdir": "^1.0.0",
"grunt-newer": "^1.1.2",
"grunt-regex-replace": "^0.2.9",
"less": "^3.11.1",
"load-grunt-tasks": "^3.4.1"
}
}