forked from react-static/react-static
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 829 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
{
"name": "react-static-plugin-styled-components",
"version": "7.0.10",
"description": "A React-Static plugin that adds CSS-in-JS/SSR support for styled-components",
"main": "node.api.js",
"repository": "https://github.com/nozzle/react-static.git",
"author": "Tanner Linsley <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"build": "babel src --out-dir .",
"watch": "yarn build --watch",
"test": "yarn format",
"format": "prettier src/**/*.js --write",
"preversion": "yarn build"
},
"peerDependencies": {
"styled-components": "^4.1.2"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0"
},
"gitHead": "ca9f2162257fe67a8b4ffcbb1350695345940da4"
}