-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.47 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
{
"name": "caracal_apex",
"version": "3.0.5",
"description": "The web components for caracal polaris workflow.",
"repository": "https://github.com/Caracal-IT/polaris",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/apex/apex.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
"hot": "webpack-dev-server --hotOnly",
"watch": "webpack --watch",
"build": "webpack --config webpack.prod.js"
},
"keywords": [],
"author": "E.L. Mare",
"license": "MIT",
"devDependencies": {
"@webcomponents/webcomponentsjs": "^2.4.4",
"caracal_polaris": "^1.1.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.2",
"extract-css-chunks-webpack-plugin": "^4.7.4",
"fibers": "^4.0.2",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.2.0",
"node-sass": "^4.13.1",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"scss-loader": "^0.0.1",
"style-loader": "^1.1.4",
"to-string-loader": "^1.1.6",
"ts-loader": "^7.0.0",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
}
}