-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.19 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
{
"name": "@soliantconsulting/carafe",
"version": "0.7.3",
"description": "Carafe Bundle utility package.",
"homepage": "https://github.com/soliantconsulting/carafe#readme",
"license": "MIT",
"contributors": [
{
"name": "Jesse LaVere",
"email": "[email protected]"
},
{
"name": "Jeremiah Small",
"email": "[email protected]"
}
],
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"cssnano": "^4.1.10",
"es6-promise": "^4.2.6",
"es6-shim": "^0.35.5",
"fm-webviewer-bridge": "github:geistinteractive/fm-webviewer-bridge#00818f4",
"glob": "^7.1.2",
"headjs": "github:headjs/headjs",
"mini-css-extract-plugin": "^0.4.5",
"optimize-css-assets-webpack-plugin": "github:NMFR/optimize-css-assets-webpack-plugin",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"repository": "[email protected]:soliantconsulting/carafe.git",
"author": "Jesse LaVere <[email protected]>"
}