-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1004 Bytes
/
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
{
"name": "presto-card-js",
"version": "6.0.2",
"module": "lib/index.js",
"main": "dist/index.js",
"author": "bitbearstudio",
"license": "AGPL-3.0",
"private": false,
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^5.11.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.0",
"jest": "^23.6.0",
"nock": "^10.0.5",
"prettier": "^1.15.3"
},
"dependencies": {
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"cheerio-without-node-native": "0.20.2",
"moment": "^2.23.0",
"qs": "^6.6.0"
},
"scripts": {
"build": "babel lib --out-dir dist",
"prepublish": "yarn build"
}
}