|
1 | 1 | { |
2 | | - "name": "react-content-loader", |
3 | | - "version": "1.2.0", |
4 | | - "description": "This project is a collection the loader based on styles cards on Facebook, make with SVG and React.", |
5 | | - "repository": { |
6 | | - "type": "git", |
7 | | - "url": "https://github.com/danilowoz/react-content-loader" |
8 | | - }, |
9 | | - "author": "Danilo Woznica", |
10 | | - "license": "MIT", |
11 | | - "bugs": { |
12 | | - "url": "https://github.com/danilowoz/react-content-loader/issues" |
13 | | - }, |
14 | | - "homepage": "https://github.com/danilowoz/react-content-loader", |
15 | | - "keywords": [ |
16 | | - "react", |
17 | | - "facebook-style", |
18 | | - "loader", |
19 | | - "loading", |
20 | | - "content", |
21 | | - "svg" |
22 | | - ], |
23 | | - "options": { |
24 | | - "mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js" |
25 | | - }, |
26 | | - "scripts": { |
27 | | - "watch": "babel --plugins transform-es2015-modules-umd src --watch --ignore __tests__ --out-dir ./dist", |
28 | | - "prepublish": "babel --plugins transform-es2015-modules-umd src --ignore __tests__ --out-dir ./dist", |
29 | | - "lint": "eslint ./src", |
30 | | - "lintfix": "eslint ./src --fix", |
31 | | - "testonly": "mocha $npm_package_options_mocha", |
32 | | - "test": "npm run lint && npm run testonly", |
33 | | - "test-watch": "npm run testonly -- --watch --watch-extensions js" |
34 | | - }, |
35 | | - "devDependencies": { |
36 | | - "babel-cli": "^6.6.4", |
37 | | - "babel-core": "^6.7.4", |
38 | | - "babel-eslint": "^6.0.2", |
39 | | - "babel-plugin-transform-es2015-modules-umd": "^6.6.5", |
40 | | - "babel-polyfill": "^6.7.4", |
41 | | - "babel-preset-es2015": "^6.6.0", |
42 | | - "babel-preset-react": "^6.5.0", |
43 | | - "babel-preset-stage-2": "^6.5.0", |
44 | | - "chai": "^3.5.0", |
45 | | - "enzyme": "^2.2.0", |
46 | | - "eslint": "^2.7.0", |
47 | | - "eslint-plugin-babel": "^3.1.0", |
48 | | - "eslint-plugin-react": "^4.2.3", |
49 | | - "jsdom": "^8.1.0", |
50 | | - "mocha": "^2.4.5", |
51 | | - "nodemon": "^1.9.1", |
52 | | - "react-addons-test-utils": "^15.0.0", |
53 | | - "react": "^15.0.0", |
54 | | - "react-dom": "^15.0.0", |
55 | | - "sinon": "^1.17.3" |
56 | | - }, |
57 | | - "peerDependencies": { |
58 | | - "react": "~0.14.8 || ^15.0.0", |
59 | | - "react-dom": "~0.14.8 || ^15.0.0" |
60 | | - }, |
61 | | - "dependencies": { |
62 | | - "babel-runtime": "^6.6.1" |
63 | | - } |
| 2 | + "name": "react-content-loader", |
| 3 | + "version": "1.2.0", |
| 4 | + "description": "This project is a collection the loader based on styles cards on Facebook, make with SVG and React.", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "https://github.com/danilowoz/react-content-loader" |
| 8 | + }, |
| 9 | + "author": "Danilo Woznica", |
| 10 | + "license": "MIT", |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/danilowoz/react-content-loader/issues" |
| 13 | + }, |
| 14 | + "homepage": "https://github.com/danilowoz/react-content-loader", |
| 15 | + "keywords": [ |
| 16 | + "react", |
| 17 | + "facebook-style", |
| 18 | + "loader", |
| 19 | + "loading", |
| 20 | + "content", |
| 21 | + "svg" |
| 22 | + ], |
| 23 | + "options": { |
| 24 | + "mocha": "--require scripts/mocha_runner ./tests/**/*.js ./tests/*.js" |
| 25 | + }, |
| 26 | + "scripts": { |
| 27 | + "watch": "babel --plugins transform-es2015-modules-umd src --watch --ignore tests --out-dir ./dist", |
| 28 | + "prepublish": "babel --plugins transform-es2015-modules-umd src --ignore tests --out-dir ./dist", |
| 29 | + "lint": "eslint ./src", |
| 30 | + "lintfix": "eslint ./src --fix", |
| 31 | + "testonly": "mocha $npm_package_options_mocha", |
| 32 | + "test": "npm run lint && npm run testonly", |
| 33 | + "test-watch": "npm run testonly -- --watch --watch-extensions js" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "babel-cli": "^6.6.4", |
| 37 | + "babel-core": "^6.7.4", |
| 38 | + "babel-eslint": "^6.0.2", |
| 39 | + "babel-plugin-transform-es2015-modules-umd": "^6.6.5", |
| 40 | + "babel-polyfill": "^6.7.4", |
| 41 | + "babel-preset-es2015": "^6.6.0", |
| 42 | + "babel-preset-react": "^6.5.0", |
| 43 | + "babel-preset-stage-2": "^6.5.0", |
| 44 | + "chai": "^3.5.0", |
| 45 | + "chai-enzyme": "^0.6.1", |
| 46 | + "enzyme": "^2.2.0", |
| 47 | + "eslint": "^2.7.0", |
| 48 | + "eslint-plugin-babel": "^3.1.0", |
| 49 | + "eslint-plugin-react": "^4.2.3", |
| 50 | + "jsdom": "^8.1.0", |
| 51 | + "mocha": "^2.4.5", |
| 52 | + "nodemon": "^1.9.1", |
| 53 | + "react": "^15.0.0", |
| 54 | + "react-addons-test-utils": "^15.0.0", |
| 55 | + "react-dom": "^15.0.0", |
| 56 | + "sinon": "^1.17.3", |
| 57 | + "uuid": "^3.0.1" |
| 58 | + }, |
| 59 | + "peerDependencies": { |
| 60 | + "react": "~0.14.8 || ^15.0.0", |
| 61 | + "react-dom": "~0.14.8 || ^15.0.0" |
| 62 | + }, |
| 63 | + "dependencies": { |
| 64 | + "babel-runtime": "^6.6.1" |
| 65 | + } |
64 | 66 | } |
0 commit comments