-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
executable file
·54 lines (54 loc) · 1.55 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": "grapesjs-components-farmer",
"description": "grapesjs plugin to build components for different css framework",
"version": "0.7.1",
"author": "[email protected]",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/niiknow/grapesjs-components-farmer.git"
},
"homepage": "https://niiknow.github.io/grapesjs-components-farmer/",
"scripts": {
"client": "NODE_ENV=development node_modules/webpack/bin/webpack.js --config=webpack.client.js",
"watch": "mix watch",
"build": "mix --production",
"production": "mix --production",
"lint": "eslint --ext .js,.jsx src/ example/",
"lint-fix": "eslint --fix --ext .js,.jsx src/ example/"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie < 11"
],
"peerDependencies": {
"grapesjs": "^0.20.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.5",
"browser-sync": "^2.27.10",
"browser-sync-webpack-plugin": "^2.3.0",
"cash-dom": "^8.1.1",
"core-js": "^3.25.5",
"css-loader": "^6.7.1",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.6.0",
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"laravel-mix": "^6.0.49",
"lodash.template": "^4.5.0",
"resolve-url-loader": "^5.0.0",
"webpack": "^5.74.0"
}
}