This repository has been archived by the owner on May 31, 2022. It is now read-only.
forked from enuchi/Google-Apps-Script-Webpack-Dev-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.05 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
64
65
66
67
68
69
{
"name": "@liveflow-io/google-apps-script-webpack-dev-server",
"version": "1.2.5",
"description": "Webpack Dev Server fork for github.com/enuchi/React-Google-Apps-Script",
"main": "client/live/index.html",
"files": [
"client/live/index.html"
],
"scripts": {
"prepack": "npm run build",
"build": "webpack",
"build:client": "rimraf ./client/* && babel src/ --out-dir client/ --ignore \"src/webpack.config.js\" --ignore \"src/modules\" && webpack --config src/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liveflow-io/Google-Apps-Script-Webpack-Dev-Server.git"
},
"keywords": [
"Goole",
"Apps",
"Script",
"GAS",
"Webpack",
"Dev",
"Servr"
],
"author": "Elisha Nuchi",
"license": "MIT",
"bugs": {
"url": "https://github.com/liveflow-io/Google-Apps-Script-Webpack-Dev-Server/issues"
},
"homepage": "https://github.com/liveflow-io/Google-Apps-Script-Webpack-Dev-Server#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/plugin-transform-object-assign": "^7.14.5",
"@babel/preset-env": "^7.15.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.3.0",
"eslint": "^7.4.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-inline-script-webpack-plugin": "^2.0.2",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"prettier": "2.0.5",
"style-loader": "^3.2.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"ansi-html-community": "^0.0.8",
"html-entities": "^2.3.2",
"jquery": "^3.5.1",
"sockjs-client": "^1.4.0",
"url": "^0.11.0",
"uuid": "^8.2.0"
}
}