-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.77 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
{
"name": "fluent-grapesjs",
"version": "0.1.1",
"description": "Fluent connector for GrapesJS storage.",
"author": "Tomas Castro",
"main": "lib/fluent-grapesjs.min.js",
"repository": {
"type": "git",
"url": "https://github.com/fast-platform/fluent-grapesjs.git"
},
"keywords": [
"form.io",
"js",
"fastjs",
"fluent",
"grapesjs"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fast-platform/fluent-grapesjs.git/issues"
},
"homepage": "https://github.com/fast-platform/fluent-grapesjs.git#readme",
"scripts": {
"build": "rm -rf lib/* && webpack --env build",
"test": "echo \"No test specified\" && exit 0",
"watch": "rm -rf ./build && babel ./src --watch --out-dir ./build",
"dev": "webpack --progress --colors --watch --env dev"
},
"dependencies": {
"fast-fastjs": "^0.5.10",
"fast-fluent": "^0.1.15"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"webpack": "^4.20.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.1",
"webpack-node-externals": "^1.7.2"
},
"peerDependencies": {
"grapesjs": "^0.14.40"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
}
}