-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.7 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
{
"name": "react-clicketyclack",
"version": "1.2.2",
"description": "Let me type it out for you",
"main": "dist/ClicketyClack.js",
"directories": {
"doc": "docs"
},
"scripts": {
"prepublish": "mkdir -p dist && babel src --out-dir dist",
"build": "NODE_ENV=production webpack -p",
"start": "webpack-dev-server",
"eslint": "eslint --ext .js,.jsx .",
"test": "npm run eslint",
"gh-pages": "npm run build && gh-pages -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tvooo/react-clicketyclack.git"
},
"author": "Tim von Oldenburg <tim@tvooo.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tvooo/react-clicketyclack/issues"
},
"homepage": "https://github.com/tvooo/react-clicketyclack#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.27.3",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"gh-pages": "^0.12.0",
"html-loader": "^0.4.5",
"markdown-loader": "^2.0.0",
"mdscss": "^1.1.0",
"node-sass": "^4.5.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-responsive-grid": "^0.3.4",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.0",
"webpack": "^2.3.1",
"webpack-dev-server": "^2.4.2"
},
"peerDependencies": {
"react": "^15.4.2"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}