-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 901 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "styled-components-bem",
"version": "0.2.1",
"description": "BEM-style modifiers for styled components.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joemaffei/styled-components-bem.git"
},
"keywords": [
"react",
"css",
"css-in-js",
"styled-components",
"bem",
"styling"
],
"author": "Joe Maffei",
"license": "MIT",
"bugs": {
"url": "https://github.com/joemaffei/styled-components-bem/issues"
},
"homepage": "https://github.com/joemaffei/styled-components-bem#readme",
"dependencies": {
"classnames": "^2.2.6",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-jest": "^24.8.0",
"jest": "^24.3.1",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}