This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
92 lines (92 loc) · 3.1 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "styled-material-components",
"version": "0.1.13",
"description": "coming soon",
"main": "dist/styled-material-components.cjs.js",
"module": "dist/styled-material-components.esm.js",
"jsnext:main": "dist/styled-material-components.esm.js",
"scripts": {
"test": "yarn lint",
"clear": "rm -rf dist/* && rm -rf docs/*",
"build": "rollup -c",
"build-static": "yarn clear && yarn build && next build",
"lint": "eslint src",
"lint:css": "stylelint {src,pages}/**",
"dev": "yarn build --watch & next dev -p 8081",
"export": "yarn build-static && next export -o docs",
"prepublishOnly": "yarn clear && yarn build",
"now-build": "yarn export && cd docs && now",
"prepush": "yarn lint",
"start": "next -p 8081",
"postcommit": "bash ./scripts/update-authors.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConciergeAuctions/styled-material-components.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ConciergeAuctions/styled-material-components/issues"
},
"homepage": "https://github.com/ConciergeAuctions/styled-material-components#readme",
"dependencies": {
"classnames": "^2.2.5",
"color": "^2.0.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.0",
"platform": "^1.3.5",
"ramda": "^0.25.0",
"react-tunnels": "^1.0.2",
"recompose": "^0.26.0",
"respondable": "^1.0.1"
},
"peerDependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0",
"styled-components": "^4.0.0-beta.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.49",
"@babel/core": "^7.0.0-beta.46",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.46",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0-beta.46",
"@babel/preset-flow": "^7.0.0-beta.46",
"@babel/preset-react": "^7.0.0-beta.49",
"babel-eslint": "^8.0.2",
"babel-jest": "^22.4.3",
"babel-plugin-styled-components": "^1.7.0-0",
"danger": "^3.7.15",
"eslint": "^4.19.1",
"eslint-config-concierge-auctions-react": "^0.0.7",
"eslint-import-resolver-webpack": "^0.9.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jest": "^21.15.1",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.71.0",
"flow-typed": "^2.2.3",
"husky": "^0.14.3",
"next": "^6.0.3",
"now": "^11.2.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"recursive-readdir-filter": "^0.0.3",
"rollup": "^0.65.2",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^2.0.2",
"shelljs": "^0.8.2",
"styled-components": "^4.0.0-beta.1",
"stylelint": "^9.1.1",
"stylelint-config-standard": "^18.1.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.2.2"
}
}