-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 KB
/
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
40
41
42
43
44
45
{
"name": "react-styled-typography",
"version": "1.0.2",
"description": "A styled-component that returns the tag you need with super powers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production"
},
"keywords": [
"styled-components",
"react",
"typography"
],
"author": {
"name": "arathjz",
"email": "[email protected]"
},
"contributors": [
"Arath Jimenez <@arathjz> (https://twitter.com/@arathjz)",
"Jensen Baronville <@baronjensen> (https://twitter.com/@baronjens)"
],
"repository": {
"type": "git",
"url": "https://github.com/arathjz/react-styled-typography.git"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.6",
"babel-preset-env": "^1.7.0",
"webpack-cli": "^3.3.5"
},
"dependencies": {
"react": "^16.8.6",
"styled-components": "^4.3.2",
"webpack": "^4.35.0"
}
}