-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
{
"name": "crypto-portfolio",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"build": "webpack",
"watch": "webpack -w",
"deploy": "clasp push",
"test": "jest"
},
"devDependencies": {
"@google/clasp": "^2.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-jest": "^23.4.2",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-env": "^1.7.0",
"babel-preset-google-apps-script": "^0.0.3",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"core-js": "^2.5.7",
"eslint": "^5.3.0",
"eslint-config-standard": "^11.0.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"gas-webpack-plugin": "^0.3.0",
"jest": "^23.4.2",
"lodash": "^4.17.10",
"path": "^0.12.7",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-shell-plugin": "^0.5.0"
}
}