-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.43 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
{
"name": "React-Video-Carousel",
"version": "1.0.0",
"description": "Video Carousel built on react-slick",
"main": "",
"scripts": {
"test": "mocha --compilers js:babel-core/register ./test/**/*-test.js --require ./test/test_helper.js --recursive",
"test:watch": "npm run test -- --watch",
"dev": "webpack-dev-server --content-base src --inline --hot"
},
"keywords": [],
"author": "Sandeep Chauhan",
"babel": {
"presets": [
"react",
"es2015"
]
},
"dependencies": {
"axios": "^0.15.3",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"chai": "^3.5.0",
"chai-immutable": "^1.6.0",
"css-loader": "^0.26.2",
"immutable": "^3.8.1",
"mocha": "^3.2.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-html5video": "^2.0.0",
"react-router": "^3.0.0",
"react-slick": "^0.14.6",
"style-loader": "^0.13.2",
"webpack": "^1.13.3",
"webpack-dev-server": ">=3.1.11"
},
"devDependencies": {
"enzyme": "^2.9.1",
"jsdom": "9.9.1",
"react-test-renderer": "^15.6.1",
"sinon": "^3.3.0"
}
}