-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "styled-components-ts",
"version": "0.0.15",
"description": "Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress and the added benefits of TypeScript 💅",
"repository": {
"type": "git",
"url": "https://github.com/jacob-ebey/styled-components-ts"
},
"readme": "README.md",
"main": "lib/styled-components-ts.js",
"typings": "lib/styled-components-ts.d.ts",
"scripts": {
"build": "webpack",
"build:examples": "webpack --config webpack.config.examples.js",
"lint": "tslint -p tsconfig.json",
"lint:examples": "tslint -p tsconfig.examples.json"
},
"peerDependencies": {
"react": ">= 0.14.0 < 17.0.0-0",
"styled-components": ">= 2.0.0"
},
"devDependencies": {
"@types/react": "16.0.5",
"alsatian": "2.0.0",
"awesome-typescript-loader": "3.2.3",
"babel-eslint": "8.0.0",
"react": "^16.3.1",
"tslint": "^5.9.1",
"tslint-config-standard": "^7.0.0",
"source-map-loader": "0.2.1",
"styled-components": "^4.0.0",
"typescript": "^2.8.1",
"uglifyjs-webpack-plugin": "0.4.6",
"webpack": "3.6.0"
},
"keywords": [
"react",
"css",
"css-in-js",
"css",
"css-in-js",
"styled-components",
"styled-components-ts",
"typescript"
],
"author": "Jacob Ebey",
"license": "WTFPL"
}