-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.74 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
{
"name": "kamrad-shortcodes",
"version": "1.0.0",
"description": "A set of Hugo shortcodes for Kamrad related features",
"scripts": {
"lint": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3scale-labs/kamrad-shortcodes.git"
},
"keywords": [
"kamrad",
"hugo",
"developer",
"portal",
"typescript",
"docu",
"hugo",
"themes",
"hugo",
"shortcodes"
],
"author": "@didierofrivia",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/3scale-labs/kamrad-shortcodes/issues"
},
"homepage": "https://github.com/3scale-labs/kamrad-shortcodes#readme",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/swagger-ui": "^3.52.0",
"babel-loader": "^8.2.3",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^6.4.0",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.6.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.2.8",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.5.2",
"url-loader": "^4.1.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swagger-ui": "^4.1.2"
}
}