|
1 | 1 | { |
2 | | - "name": "example", |
3 | | - "version": "1.0.0", |
4 | | - "description": "A simple example of react-signature-pad-wrapper", |
5 | | - "main": "dist/app.js", |
6 | | - "jsnext:main": "app.js", |
7 | | - "scripts": { |
8 | | - "build": "node -r @babel/register ./node_modules/.bin/webpack --progress --hide-modules", |
9 | | - "watch": "node -r @babel/register ./node_modules/.bin/webpack --watch --progress --hide-modules" |
10 | | - }, |
11 | | - "repository": { |
12 | | - "type": "git", |
13 | | - "url": "git+https://github.com/michaeldzjap/react-signature-pad-wrapper.git" |
14 | | - }, |
15 | | - "keywords": [ |
16 | | - "react", |
17 | | - "signature_pad" |
18 | | - ], |
19 | | - "author": "Michael Dzjaparidze", |
20 | | - "license": "ISC", |
21 | | - "bugs": { |
22 | | - "url": "https://github.com/michaeldzjap/react-signature-pad-wrapper/issues" |
23 | | - }, |
24 | | - "homepage": "https://github.com/michaeldzjap/react-signature-pad-wrapper#readme", |
25 | | - "dependencies": { |
26 | | - "@babel/runtime": "^7.9.6", |
27 | | - "bulma": "^0.8.2", |
28 | | - "react": "^16.13.1", |
29 | | - "react-dom": "^16.13.1" |
30 | | - }, |
31 | | - "devDependencies": { |
32 | | - "@babel/core": "^7.9.6", |
33 | | - "@babel/plugin-proposal-class-properties": "^7.8.3", |
34 | | - "@babel/preset-env": "^7.9.6", |
35 | | - "@babel/preset-react": "^7.9.4", |
36 | | - "@babel/register": "^7.9.0", |
37 | | - "babel-eslint": "^10.1.0", |
38 | | - "babel-loader": "^8.1.0", |
39 | | - "eslint": "^7.0.0", |
40 | | - "eslint-plugin-react": "^7.20.0", |
41 | | - "webpack": "^4.43.0", |
42 | | - "webpack-cli": "^3.3.11" |
43 | | - } |
| 2 | + "name": "example", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "A simple example of react-signature-pad-wrapper", |
| 5 | + "main": "dist/app.js", |
| 6 | + "jsnext:main": "app.js", |
| 7 | + "scripts": { |
| 8 | + "build": "node -r @babel/register ./node_modules/.bin/webpack --progress --hide-modules", |
| 9 | + "watch": "node -r @babel/register ./node_modules/.bin/webpack --watch --progress --hide-modules" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/michaeldzjap/react-signature-pad-wrapper.git" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "react", |
| 17 | + "signature_pad" |
| 18 | + ], |
| 19 | + "author": "Michael Dzjaparidze", |
| 20 | + "license": "ISC", |
| 21 | + "bugs": { |
| 22 | + "url": "https://github.com/michaeldzjap/react-signature-pad-wrapper/issues" |
| 23 | + }, |
| 24 | + "homepage": "https://github.com/michaeldzjap/react-signature-pad-wrapper#readme", |
| 25 | + "dependencies": { |
| 26 | + "@babel/runtime": "^7.9.6", |
| 27 | + "bulma": "^0.8.2", |
| 28 | + "react": "^16.13.1", |
| 29 | + "react-dom": "^16.13.1" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "@babel/core": "^7.9.6", |
| 33 | + "@babel/plugin-proposal-class-properties": "^7.8.3", |
| 34 | + "@babel/preset-env": "^7.9.6", |
| 35 | + "@babel/preset-react": "^7.9.4", |
| 36 | + "@babel/register": "^7.9.0", |
| 37 | + "babel-eslint": "^10.1.0", |
| 38 | + "babel-loader": "^8.1.0", |
| 39 | + "eslint": "^7.0.0", |
| 40 | + "eslint-plugin-react": "^7.20.0", |
| 41 | + "webpack": "^4.43.0", |
| 42 | + "webpack-cli": "^3.3.11" |
| 43 | + } |
44 | 44 | } |
0 commit comments