Skip to content

Commit 6b377e9

Browse files
Update package.json
1 parent 8d12cfd commit 6b377e9

File tree

1 file changed

+69
-40
lines changed

1 file changed

+69
-40
lines changed

package.json

Lines changed: 69 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,99 @@
11
{
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",
66
"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/)",
128
"repository": {
139
"type": "git",
14-
"url": "git+https://github.com/javivelasco/react-css-themr.git"
10+
"url": "https://github.com/FriendsOfReactJS/react-css-themr.git"
1511
},
1612
"bugs": {
17-
"url": "https://github.com/javivelasco/react-css-themr/issues"
13+
"url": "https://github.com/FriendsOfReactJS/react-css-themr/issues"
1814
},
1915
"keywords": [
16+
"theme",
17+
"css theme",
18+
"react css theme",
2019
"css-modules",
2120
"customization",
2221
"react",
2322
"react-css-themr",
24-
"theming"
23+
"theming",
24+
"friends of react"
2525
],
2626
"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"
2930
},
3031
"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"
5261
},
5362
"files": [
54-
"index.d.ts",
63+
"types",
5564
"lib",
5665
"src"
5766
],
5867
"scripts": {
5968
"build": "babel src --out-dir lib",
6069
"lint": "eslint src test",
70+
"lint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
6171
"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"
6477
},
6578
"license": "MIT",
6679
"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+
}
6895
},
69-
"typings": "./index.d.ts"
96+
"publishConfig": {
97+
"access": "public"
98+
}
7099
}

0 commit comments

Comments
 (0)