-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.76 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
{
"name": "artsdata-google-workspace-smart-chip",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"upload": "clasp push",
"deploy": "npm run build && npm run upload"
},
"repository": {
"type": "git",
"url": "git+https://github.com/culturecreates/artsdata-google-workspace-smart-chip.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/culturecreates/artsdata-google-workspace-smart-chip/issues"
},
"homepage": "https://github.com/culturecreates/artsdata-google-workspace-smart-chip#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-member-expression-literals": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-property-literals": "^7.2.0",
"babel-plugin-array-includes": "^2.0.3",
"@babel/preset-env": "^7.6.2",
"@google/clasp": "^2.3.0",
"@types/google-apps-script": "^0.0.62",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"eslint": "^6.5.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.3.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-googleappsscript": "^1.0.3",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"gas-lib": "^2.0.3",
"gas-webpack-plugin": "^1.0.2",
"prettier": "^1.18.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
}
}