-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.35 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
{
"name": "@audentio/utils",
"version": "4.4.2",
"description": "Audentio front-end Javascript utilities",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Audentio/js-utils.git"
},
"scripts": {
"build": "tsc",
"release": "yarn run build && release-it",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "Audentio",
"license": "ISC",
"bugs": {
"url": "https://github.com/Audentio/js-utils/issues"
},
"homepage": "https://github.com/Audentio/js-utils#readme",
"devDependencies": {
"@audentio/eslint-config-standard": "2.3.0",
"@babel/core": "7.8.4",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/preset-react": "7.8.3",
"@babel/preset-stage-0": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"babel-core": "^7.0.0-0",
"babel-jest": "25.1.0",
"eslint-config-prettier": "^6.10.0",
"node-watch": "0.6.3",
"prettier": "^1.19.1",
"release-it": "^12.4.3",
"snyk": "^1.290.1",
"typescript": "^3.7.5"
},
"dependencies": {
"query-string": "^6.10.1",
"react": "^16.13.1",
"react-ga": "^3.1.2",
"yup": "^0.28.1"
},
"snyk": true
}