-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 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
{
"name": "@basiclines/leo",
"version": "0.6.3",
"description": "LEO is a lightweight JS library that helps you build modern front-end applications.",
"repository": "github:basiclines/leo",
"main": "dist/leo.js",
"scripts": {
"test": "mocha --require babel-core/register tests/unit",
"build": "webpack",
"watch": "webpack --watch",
"dist": "npm run build ; gulp docs"
},
"keywords": [
"model",
"list",
"element",
"object",
"js",
"es6",
"es5",
"javascript",
"backbone",
"mvc",
"clean",
"ddd",
"architecture",
"react",
"web components"
],
"author": "basiclines",
"license": "MIT",
"dependencies": {
"@webcomponents/custom-elements": "^1.0.8",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-custom-element-classes": "^0.1.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-webpack-alias": "^2.1.2",
"babel-preset-env": "^1.6.1",
"gulp": "^4.0.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-uglify-es": "^1.0.1",
"jsdoc-api": "^5.0.4",
"mocha": "^4.0.1",
"webpack": "^4.42.1",
"lodash.template": ">=4.5.0",
"diff": ">=3.5.0",
"minimist": ">=1.2.3"
},
"devDependencies": {
"webpack-cli": "^3.3.11"
}
}