|
1 |
| -{ |
2 |
| - "name": "react-time-picker-sample-page", |
3 |
| - "version": "2.3.0", |
4 |
| - "description": "A sample page for React-Time-Picker.", |
5 |
| - "private": true, |
6 |
| - "scripts": { |
7 |
| - "build": "parcel build index.html --public-url ./", |
8 |
| - "start": "parcel index.html" |
9 |
| - }, |
10 |
| - "author": { |
11 |
| - "name": "Wojciech Maj", |
12 |
| - |
13 |
| - }, |
14 |
| - "license": "MIT", |
15 |
| - "dependencies": { |
16 |
| - "prop-types": "^15.6.0", |
17 |
| - "react": "^16.2.0", |
18 |
| - "react-time-picker": "latest", |
19 |
| - "react-dom": "^16.2.0" |
20 |
| - }, |
21 |
| - "devDependencies": { |
22 |
| - "babel-core": "^6.26.0", |
23 |
| - "babel-eslint": "^8.2.1", |
24 |
| - "babel-plugin-transform-class-properties": "^6.24.1", |
25 |
| - "babel-preset-env": "^1.6.1", |
26 |
| - "babel-preset-react": "^6.24.1", |
27 |
| - "babel-preset-stage-2": "^6.24.1", |
28 |
| - "eslint": "^4.16.0", |
29 |
| - "eslint-config-airbnb": "^16.1.0", |
30 |
| - "eslint-plugin-class-property": "^1.1.0", |
31 |
| - "eslint-plugin-import": "^2.8.0", |
32 |
| - "eslint-plugin-jsx-a11y": "^6.0.3", |
33 |
| - "eslint-plugin-react": "^7.6.0", |
34 |
| - "parcel-bundler": "1.5.0" |
35 |
| - } |
36 |
| -} |
| 1 | +{ |
| 2 | + "name": "react-time-picker-sample-page", |
| 3 | + "version": "2.3.0", |
| 4 | + "description": "A sample page for React-Time-Picker.", |
| 5 | + "private": true, |
| 6 | + "scripts": { |
| 7 | + "build": "parcel build index.html --public-url ./", |
| 8 | + "start": "parcel index.html" |
| 9 | + }, |
| 10 | + "author": { |
| 11 | + "name": "Wojciech Maj", |
| 12 | + |
| 13 | + }, |
| 14 | + "license": "MIT", |
| 15 | + "dependencies": { |
| 16 | + "prop-types": "^15.6.0", |
| 17 | + "react": "^16.2.0", |
| 18 | + "react-time-picker": "latest", |
| 19 | + "react-dom": "^16.2.0" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "babel-core": "^6.26.0", |
| 23 | + "babel-eslint": "^8.2.1", |
| 24 | + "babel-plugin-transform-class-properties": "^6.24.1", |
| 25 | + "babel-preset-env": "^1.6.1", |
| 26 | + "babel-preset-react": "^6.24.1", |
| 27 | + "babel-preset-stage-2": "^6.24.1", |
| 28 | + "eslint": "^4.16.0", |
| 29 | + "eslint-config-airbnb": "^16.1.0", |
| 30 | + "eslint-plugin-class-property": "^1.1.0", |
| 31 | + "eslint-plugin-import": "^2.8.0", |
| 32 | + "eslint-plugin-jsx-a11y": "^6.0.3", |
| 33 | + "eslint-plugin-react": "^7.6.0", |
| 34 | + "parcel-bundler": "1.5.0" |
| 35 | + } |
| 36 | +} |
0 commit comments