-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "no-validate",
"version": "1.0.3",
"description": "",
"main": "lib/noV.js",
"scripts": {
"build": "set BABEL_ENV=build && webpack --config webpack.config.js",
"test": "jest",
"lint": "eslint src/* test/* index.js",
"release": "standard-version",
"first-release": "standard-version",
"publish": "npm publish --registry https://registry.npmjs.org/"
},
"pre-commit": [
"lint",
"test"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.6.0",
"js-base64": "^2.4.9",
"pre-commit": "^1.2.2",
"regenerator-runtime": "^0.12.1",
"standard-version": "^4.4.0",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {},
"files": [
"lib",
"logo.png"
]
}