|
1 | 1 | {
|
2 |
| - "name": "react-css-themr", |
3 |
| - "description": "React CSS Themr", |
4 |
| - "homepage": "https://github.com/javivelasco/react-css-themr#readme", |
5 |
| - "version": "2.1.2", |
| 2 | + "name": "@friendsofreactjs/react-css-themr", |
| 3 | + "description": "Friends of ReactJS: React CSS Themr", |
| 4 | + "homepage": "https://github.com/FriendsOfReactJS/react-css-themr#readme", |
| 5 | + "version": "4.3.3", |
6 | 6 | "main": "./lib",
|
7 |
| - "author": { |
8 |
| - "email": "javier.velasco86@gmail.com", |
9 |
| - "name": "Javi Velasco", |
10 |
| - "url": "http://javivelasco.com/" |
11 |
| - }, |
| 7 | + "author": "Javi Velasco <javier.velasco86@gmail.com> (http://javivelasco.com/)", |
12 | 8 | "repository": {
|
13 | 9 | "type": "git",
|
14 |
| - "url": "git+https://github.com/javivelasco/react-css-themr.git" |
| 10 | + "url": "https://github.com/FriendsOfReactJS/react-css-themr.git" |
15 | 11 | },
|
16 | 12 | "bugs": {
|
17 |
| - "url": "https://github.com/javivelasco/react-css-themr/issues" |
| 13 | + "url": "https://github.com/FriendsOfReactJS/react-css-themr/issues" |
18 | 14 | },
|
19 | 15 | "keywords": [
|
| 16 | + "theme", |
| 17 | + "css theme", |
| 18 | + "react css theme", |
20 | 19 | "css-modules",
|
21 | 20 | "customization",
|
22 | 21 | "react",
|
23 | 22 | "react-css-themr",
|
24 |
| - "theming" |
| 23 | + "theming", |
| 24 | + "friends of react" |
25 | 25 | ],
|
26 | 26 | "dependencies": {
|
27 |
| - "hoist-non-react-statics": "^1.2.0", |
28 |
| - "invariant": "^2.2.1" |
| 27 | + "hoist-non-react-statics": "^3.3.0", |
| 28 | + "invariant": "^2.2.4", |
| 29 | + "prop-types": "^15.7.2" |
29 | 30 | },
|
30 | 31 | "devDependencies": {
|
31 |
| - "@types/react": "^15.0.24", |
32 |
| - "babel-cli": "^6.24.1", |
33 |
| - "babel-core": "^6.24.1", |
34 |
| - "babel-eslint": "^7.2.3", |
35 |
| - "babel-plugin-transform-decorators-legacy": "^1.3.4", |
36 |
| - "babel-preset-es2015": "^6.24.1", |
37 |
| - "babel-preset-react": "^6.24.1", |
38 |
| - "babel-preset-stage-0": "^6.24.1", |
39 |
| - "eslint": "^3.19.0", |
40 |
| - "eslint-config-rackt": "^1.1.1", |
41 |
| - "eslint-plugin-babel": "^4.1.1", |
42 |
| - "eslint-plugin-react": "^7.0.0", |
43 |
| - "expect": "^1.18.0", |
44 |
| - "fbjs": "^0.8.12", |
45 |
| - "jsdom": "^9.8.3", |
46 |
| - "mocha": "^3.3.0", |
47 |
| - "prop-types": "^15.5.9", |
48 |
| - "react": "^15.5.4", |
49 |
| - "react-dom": "^15.5.4", |
50 |
| - "rimraf": "^2.6.1", |
51 |
| - "sinon": "^1.17.6" |
| 32 | + "@babel/cli": "^7.6.4", |
| 33 | + "@babel/core": "^7.6.4", |
| 34 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 35 | + "@babel/plugin-proposal-decorators": "^7.6.0", |
| 36 | + "@babel/preset-env": "^7.6.3", |
| 37 | + "@babel/preset-react": "^7.6.3", |
| 38 | + "@semantic-release/changelog": "^5.0.1", |
| 39 | + "@semantic-release/git": "^9.0.0", |
| 40 | + "@semantic-release/release-notes-generator": "^9.0.1", |
| 41 | + "@types/react": "^16.9.5", |
| 42 | + "babel-eslint": "^10.0.3", |
| 43 | + "commitizen": "^4.1.2", |
| 44 | + "conventional-changelog-eslint": "^3.0.8", |
| 45 | + "cz-adapter-eslint": "^0.3.0", |
| 46 | + "eslint": "^6.5.1", |
| 47 | + "eslint-config-prettier": "^6.4.0", |
| 48 | + "eslint-plugin-prettier": "^3.1.1", |
| 49 | + "eslint-plugin-react": "^7.16.0", |
| 50 | + "fbjs": "^1.0.0", |
| 51 | + "jest": "^24.9.0", |
| 52 | + "jsdom": "^15.1.1", |
| 53 | + "prettier": "^1.18.2", |
| 54 | + "react": "^16.10.2", |
| 55 | + "react-dom": "^16.10.2", |
| 56 | + "rimraf": "^3.0.0", |
| 57 | + "semantic-release": "^17.1.1", |
| 58 | + "sinon": "^7.5.0", |
| 59 | + "travis-deploy-once": "^5.0.11", |
| 60 | + "typescript": "^3.9.7" |
52 | 61 | },
|
53 | 62 | "files": [
|
54 |
| - "index.d.ts", |
| 63 | + "types", |
55 | 64 | "lib",
|
56 | 65 | "src"
|
57 | 66 | ],
|
58 | 67 | "scripts": {
|
59 | 68 | "build": "babel src --out-dir lib",
|
60 | 69 | "lint": "eslint src test",
|
| 70 | + "lint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check", |
61 | 71 | "prepublish": "rimraf lib && npm run build",
|
62 |
| - "test": "mocha --compilers js:babel-core/register --recursive --reporter spec --require ./test/setup.js", |
63 |
| - "test:watch": "npm test -- --watch" |
| 72 | + "test": "jest", |
| 73 | + "test:watch": "npm test -- --watch", |
| 74 | + "travis-deploy-once": "travis-deploy-once", |
| 75 | + "semantic-release": "semantic-release", |
| 76 | + "commit": "git-cz" |
64 | 77 | },
|
65 | 78 | "license": "MIT",
|
66 | 79 | "peerDependencies": {
|
67 |
| - "react": "^0.14.0 || ^15.0.0-0" |
| 80 | + "react": "^15.0.0-0 || ^16.0.0" |
| 81 | + }, |
| 82 | + "types": "./types/index.d.ts", |
| 83 | + "directories": { |
| 84 | + "lib": "lib", |
| 85 | + "test": "test" |
| 86 | + }, |
| 87 | + "jest": { |
| 88 | + "verbose": true, |
| 89 | + "testURL": "http://localhost/" |
| 90 | + }, |
| 91 | + "config": { |
| 92 | + "commitizen": { |
| 93 | + "path": "./node_modules/cz-adapter-eslint" |
| 94 | + } |
68 | 95 | },
|
69 |
| - "typings": "./index.d.ts" |
| 96 | + "publishConfig": { |
| 97 | + "access": "public" |
| 98 | + } |
70 | 99 | }
|
0 commit comments