-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.27 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.27 KB
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
{
"name": "knowledge-component",
"version": "1.0.0",
"description": "Dynamic embeddable Synthetix knowledge component",
"main": "src/index.js",
"scripts": {
"build": "gulp build-production",
"development": "gulp build-development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darx/knowledge-component.git"
},
"babel": {
"presets": [
[
"@babel/preset-env"
]
],
"sourceType": "script"
},
"keywords": [
"synthetix",
"faq",
"question",
"article",
"dynamic",
"knowledge",
"component"
],
"author": "Thomas Casey",
"license": "ISC",
"bugs": {
"url": "https://github.com/darx/knowledge-component/issues"
},
"homepage": "https://github.com/darx/knowledge-component#readme",
"dependencies": {
"@babel/polyfill": "^7.12.1"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@babel/preset-env": "^7.14.7",
"@babel/register": "^7.14.5",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-file": "^0.4.0",
"gulp-htmlmin": "^5.0.1",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2"
}
}