-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
84 lines (84 loc) · 2.35 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "react-use-gesture-examples",
"version": "1.0.0",
"description": "Examples to help contributing to react-use-gesture",
"main": "dist/index.js",
"jsnext:main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress --colors --env development"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"prettier": {
"semi": false,
"trailingComma": "es5",
"singleQuote": true,
"jsxBracketSameLine": true,
"tabWidth": 2,
"printWidth": 80
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbismut/react-use-gesture-examples.git"
},
"keywords": [
"parallax",
"spring"
],
"author": "Paul Henschel",
"license": "ISC",
"bugs": {
"url": "https://github.com/dbismut/react-use-gesture-examples/issues"
},
"homepage": "https://github.com/dbismut/react-use-gesture-examples",
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@types/react": "^16.8.19",
"babel-loader": "^8.0.5",
"babel-plugin-lodash": "^3.3.4",
"css-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"lodash-webpack-plugin": "^0.11.5",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.3",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@researchgate/react-intersection-observer": "^0.7.4",
"camelize": "^1.0.0",
"decamelize": "^3.2.0",
"flubber": "^0.4.2",
"intersection-observer": "^0.5.1",
"lodash": "^4.17.15",
"lodash-es": "^4.17.11",
"lodash-move": "^1.1.1",
"lodash.clamp": "^4.0.3",
"lorem-ipsum": "^1.0.6",
"prop-types": "^15.7.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-feather": "^1.1.6",
"react-loadable": "^5.5.0",
"react-spring": "^9.0.0-beta.34",
"react-use-gesture": "^5.2.3",
"resize-observer-polyfill": "^1.5.1",
"styled-components": "^4.1.3",
"vec-la": "^1.5.0"
}
}