forked from mascardoso/react-slider-hammerjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·59 lines (59 loc) · 1.97 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
{
"name": "react-slider-hammerjs",
"version": "1.0.0",
"description": "React Slider with HammerJS",
"main": "index.js",
"repository": "https://github.com/mascardoso/react-slider-hammerjs.git",
"scripts": {
"start:front": "webpack-dev-server --inline --hot --host ::",
"build:front": "NODE_ENV=production webpack -p",
"deploy": "npm run build:front && gh-pages -d build"
},
"homepage": "https://mascardoso.github.io/react-slider-hammerjs",
"author": "Marco Cardoso",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.0",
"babel-plugin-css-modules-transform": "^1.2.7",
"babel-plugin-dynamic-import-node": "^1.0.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"eslint": "~4.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.0",
"gh-pages": "^1.0.0",
"html-webpack-plugin": "^2.29.0",
"imagemin-webpack-plugin": "^1.5.0-beta.0",
"jsdom": "^8.1.0",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"react-addons-test-utils": "^0.14.7",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.1.0",
"webpack-dev-server": "^2.5.1"
},
"dependencies": {
"lodash": "^3.10.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-hammerjs": "^0.5.0",
"react-router": "^2.0.1"
}
}