-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.48 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.48 KB
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
{
"name": "web-builder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "run-p start:*",
"build": "cross-env NODE_ENV=production webpack --config config/webpack.prod.js",
"start:y": "cross-env PORT=1234 YPERSISTENCE=./data node ./node_modules/y-websocket/bin/server.js",
"start:web": "cross-env NODE_ENV=development webpack serve --config config/webpack.dev.js"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.0",
"cross-env": "^7.0.2",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.1.5",
"esbuild-loader": "^2.4.0",
"grapesjs": "^0.16.27",
"grapesjs-preset-webpage": "^0.1.11",
"html-webpack-plugin": "^4.5.0",
"lib0": "^0.2.34",
"mini-css-extract-plugin": "^1.2.1",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^4.0.4",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^10.0.5",
"style-loader": "^2.0.0",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.3.0",
"y-indexeddb": "^9.0.5",
"yjs": "^13.4.3"
},
"dependencies": {
"underscore": "^1.11.0",
"y-websocket": "^1.3.6"
}
}