forked from amplience/dynamic-content-accelerators
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.29 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
{
"name": "@amplience/dynamic-content-accelerators",
"version": "5.0.1",
"repository": {
"type": "git",
"url": "[email protected]:amplience/dynamic-content-accelerators.git"
},
"scripts": {
"build": "gulp buildAll",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"version:patch": "standard-version",
"version:minor": "standard-version --release-as minor",
"version:major": "standard-version --release-as major",
"prepare-patch-release": "run-s build version:patch",
"prepare-minor-release": "run-s build version:minor",
"prepare-major-release": "run-s build version:major"
},
"description": "Amplience DC Frontend modules, using HTML Service",
"main": "src/",
"author": "Amplience",
"dependencies": {
"lory.js": "2.2.1",
"poi-js-lib": "git+https://github.com/amplience/poi-js-lib.git#v2.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@storybook/addon-notes": "^5.1.1",
"@storybook/addon-viewport": "^5.1.1",
"@storybook/html": "^5.1.1",
"babel-loader": "^8.0.6",
"del": "3.0.0",
"event-stream": "^4.0.1",
"gulp": "^4.0.0",
"gulp-add-src": "^1.0.0",
"gulp-autoprefixer": "4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "2.6.1",
"gulp-connect": "^5.7.0",
"gulp-declare": "0.3.0",
"gulp-flatten": "^0.4.0",
"gulp-htmlmin": "3.0.0",
"gulp-insert": "^0.5.0",
"gulp-processhtml": "^1.2.0",
"gulp-rename": "1.2.2",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "2.6.0",
"gulp-uglify": "3.0.0",
"gulp-watch": "^5.0.1",
"handlebars": "^4.5.3",
"handlebars-helpers": "^0.10.0",
"jasmine-core": "^2.7.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"kind-of": "^6.0.2",
"lodash": "^4.17.15",
"node-sass": "^4.13.0",
"npm-run-all": "^4.1.5",
"pump": "1.0.2",
"sass-loader": "^7.1.0",
"standard-version": "^6.0.1",
"unlazy-loader": "^0.1.3",
"webpack": "^4.33.0"
},
"directories": {
"doc": "docs"
},
"keywords": [
"AMP",
"Amplience"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/amplience/dynamic-content-accelerators/issues"
},
"homepage": "https://github.com/amplience/dynamic-content-accelerators#readme"
}