-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
62 lines (62 loc) · 1.79 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
{
"name": "react-chronos",
"version": "1.0.5",
"description": "⛓ React chronology component providing dual chronological timelines.",
"main": "./lib/Chronos.js",
"scripts": {
"build": "webpack",
"build-storybook": "build-storybook",
"lint": "eslint src",
"storybook": "start-storybook -p 6006",
"test": "karma start --single-run --browsers PhantomJS",
"test:watch": "karma start --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rmariuzzo/react-chronos.git"
},
"keywords": [
"react",
"chronology",
"timeline",
"event"
],
"author": "Rubens Mariuzzo <[email protected]> (http://github.com/rmariuzzo)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rmariuzzo/react-chronos/issues"
},
"homepage": "https://github.com/rmariuzzo/react-chronos#readme",
"devDependencies": {
"@kadira/storybook": "^2.29.4",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"enzyme": "^2.5.1",
"eslint": "^3.9.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-react": "^6.6.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"node-sass": "^3.11.2",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
},
"dependencies": {
"classnames": "^2.2.5",
"lodash": "^4.16.6"
}
}