-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.3 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-simple-slideshow",
"author": "Lorenzo Carducci",
"version": "1.0.6",
"description": "A simple and easy-to-use image slideshow",
"repository": {
"type": "git",
"url": "git://github.com/riourbana/react-image-slider.git"
},
"main": "build/index.js",
"peerDependencies": {
"react": "^15.5.4"
},
"scripts": {
"test": "jest",
"start": "webpack --watch",
"build": "webpack"
},
"jest": {
"moduleNameMapper": {
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "identity-obj-proxy"
}
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.1",
"css-loader": "^1.0.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-15": "^1.1.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^15.5.4",
"react-dom": "15",
"react-test-renderer": "15",
"regenerator-runtime": "^0.12.1",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^2.6.1"
},
"license": "MIT",
"dependencies": {
"shortid": "^2.2.13"
}
}