This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 161
/
package.json
66 lines (66 loc) · 1.87 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
{
"name": "velocity-react",
"version": "1.4.3",
"description": "React components to wrap Velocity animations",
"main": "index.js",
"scripts": {
"compile": "babel src --out-dir .",
"demo": "webpack-dev-server --progress --colors --content-base demo --hot --inline --config demo/webpack.config.js",
"prepare": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twitter-fabric/velocity-react.git"
},
"keywords": [
"velocity",
"react",
"animation"
],
"author": "Google Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/twitter-fabric/velocity-react/issues"
},
"homepage": "https://github.com/twitter-fabric/velocity-react#readme",
"lint-staged": {
"*.js": "eslint --quiet"
},
"dependencies": {
"lodash": "^4.17.5",
"prop-types": "^15.5.8",
"react-transition-group": "^2.0.0",
"velocity-animate": "^1.4.0"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0",
"react-dom": "^15.3.0 || ^16.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.16.0",
"create-react-class": "^15.5.2",
"css-loader": "^0.19.0",
"eslint": "^4.7.2",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"husky": "^0.14.3",
"lint-staged": "^4.2.3",
"prettier": "^1.7.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"style-loader": "^0.12.3",
"twemoji": "^1.4.1",
"underscore.string": "^3.2.0",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.10.1"
}
}