-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.25 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
46
47
48
49
{
"name": "styled-preflight",
"version": "8.0.1",
"description": "Normalize.css with a kick for styled-components CSS-in-JS library",
"main": "dist/index.js",
"scripts": {
"prefetch": "node ./bin/fetch.js",
"update": "yarn add normalize.css@latest && yarn prefetch",
"build": "babel -d dist src",
"prepare": "yarn build"
},
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/merelinguist/styled-preflight.git"
},
"keywords": [
"styled",
"components",
"normalize",
"css",
"react",
"jss",
"styles",
"import",
"export",
"preflight",
"tailwindcss"
],
"author": "merelinguist <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/merelinguist/styled-preflight/issues"
},
"homepage": "https://github.com/merelinguist/styled-preflight#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-plugin-styled-components": "^1.10.7",
"normalize.css": "^8.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"styled-components": "^5.0.1"
},
"peerDependencies": {
"styled-components": "^4.0.0 || ^5.0.0"
}
}