-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 980 Bytes
/
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": "miva-layout",
"version": "0.4.0",
"description": "A set of classes to assist with working on Miva Component & Layouts based applications.",
"main": "./dist/miva-layout.bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch",
"dev": "webpack-dev-server"
},
"keywords": [
"miva",
"layouts",
"components"
],
"repository": {
"type": "git",
"url": "https://github.com/mghweb/miva-layout"
},
"author": "Max Hegler",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"babel-plugin-lodash": "^3.3.4",
"lodash-webpack-plugin": "^0.11.5",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"lodash": "^4.17.15",
"object-hash": "^1.3.1"
}
}