forked from saisandeepvaddi/styled-loaders-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.08 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.08 KB
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
{
"name": "styled-loaders-react",
"version": "1.0.0",
"description": "React port of https://github.com/SaraVieira/styled-loaders",
"main": "lib/index.js",
"files": ["lib", "README.md", "package.json"],
"scripts": {
"start": "styleguidist server",
"build": "styleguidist build",
"compile": "rm -rf lib/ && babel -d lib/ src/"
},
"repository": "git@github.com:saisandeepvaddi/styled-loaders-react.git",
"author": "Sai Sandeep Vaddi <saisandeepvaddi@gmail.com>",
"keywords": ["loaders", "react", "styled"],
"license": "MIT",
"dependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-minify": "^0.2.0",
"babel-preset-stage-3": "^6.24.1",
"eslint": "^4.8.0",
"eslint-config-flying-rocket": "^1.1.1",
"react-styleguidist": "^6.0.29",
"webpack": "^3.6.0"
},
"peerDependencies": {
"styled-components": ">=2.2.1 <3.3.0"
}
}