-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 954 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
{
"name": "grapesjs_editor",
"version": "1.0.0",
"description": "The GrapesJS Editor module provides a page builder.",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"author": "Kevin Philippe",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"path": "^0.12.7",
"webpack": "^5.0.0-rc.4",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"css-loader": "^6.3.0",
"grapesjs": "^0.17.26",
"grapesjs-bootstrap4-blocks": "^0.2.17",
"grapesjs-component-code-editor": "^1.0.16",
"grapesjs-parser-postcss": "^0.1.1",
"grapesjs-preset-webpage": "^0.1.11",
"html-loader": "^2.1.2",
"mini-css-extract-plugin": "^2.3.0",
"postcss-loader": "^6.1.1",
"resolve-url-loader": "^4.0.0",
"sass": "^1.42.1",
"sass-loader": "^11.1.1"
}
}