-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 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": "earlybirds-ui",
"version": "1.0.3",
"description": "Earlybirds for preact is a wrapper around the earlybirds-js project and provides a set of components and helpers that'll facilitate the implementation of earlybirds.",
"main": "index.js",
"dependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.7",
"enquire.js": "^2.1.6",
"json2mq": "^0.2.0",
"postcss-loader": "^2.0.8",
"preact": "^8.2.5",
"preact-slider": "^1.0.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"style-loader": "^0.19.0",
"supports-color": "^5.0.0",
"webpack": "^3.8.1"
},
"devDependencies": {
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/early-birds/earlybirds-ui-js.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/early-birds/earlybirds-ui-js/issues"
},
"homepage": "https://github.com/early-birds/earlybirds-ui-js#readme"
}