-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.84 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
{
"name": "apps-script-modern-env",
"version": "1.0.631",
"description": "",
"author": {
"name": "Thiago Galvani",
"email": "[email protected]"
},
"license": "MIT",
"main": "src/index.js",
"scripts": {
"clasp": "./node_modules/.bin/clasp",
"clasp:login": "npm run clasp login",
"prebuild": "npm version --loose-semver --new-version patch",
"build": "webpack --bail --progress --colors --display-modules --production",
"deploy": "npm run build && clasp push",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"lodash": "^4.17.10"
},
"devDependencies": {
"@google/clasp": "^1.3.2",
"@types/google-apps-script": "0.0.24",
"all-contributors-cli": "^5.3.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-googleappsscript": "^1.0.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-prettier": "^2.6.0",
"gas-lib": "^2.0.1",
"gas-webpack-plugin": "^0.3.0",
"prettier": "^1.13.5",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.6"
}
}