-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 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
{
"name": "styled-components-flexboxgrid",
"version": "0.1.0",
"description": "flexboxgrid in styled-components",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src/index.js -o dist/index.js",
"dev": "nodemon --watch src --exec npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huzidaha/styled-components-flexboxgrid.git"
},
"keywords": [
"flexboxgrid",
"styled-components",
"css",
"layout"
],
"author": "huzidaha",
"license": "MIT",
"bugs": {
"url": "https://github.com/huzidaha/styled-components-flexboxgrid/issues"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-eslint": "^7.1.1",
"eslint": "^3.13.1",
"eslint-config-standard": "^6.2.1",
"eslint-config-standard-jsx": "^3.2.0",
"eslint-config-standard-react": "^4.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-standard": "^2.0.1"
},
"peerDependencies": {
"styled-components": "*"
},
"homepage": "https://github.com/huzidaha/styled-components-flexboxgrid#readme"
}