-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
63 lines (63 loc) · 1.81 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
{
"name": "react-morph",
"version": "0.4.0",
"description": "Ui transitions made simple",
"main": "lib",
"types": "lib/index.d.ts",
"scripts": {
"preversion": "npm run test && npm run build",
"prepublishOnly": "npm run build",
"build": "tsc",
"dev": "tsc --watch",
"test": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brunnolou/react-morph.git"
},
"contributors": [
"Bruno Lourenço"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/brunnolou/react-morph/issues"
},
"homepage": "https://brunnolou.github.io/react-morph",
"dependencies": {
"@popmotion/popcorn": ">=0.3.1",
"wobble": ">=1.5.1"
},
"peerDependencies": {
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.4.1",
"@typescript-eslint/parser": "^1.4.1",
"ajv-keywords": "^2.1.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-preset-react-app": "^7.0.2",
"eslint": "^5.14.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-config-react-app": "^2.1.0",
"eslint-config-skeleton": "^0.1.4",
"eslint-plugin-flowtype": "^2.44.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.6.1",
"imagesloaded": "^4.1.4",
"prettier": "^1.9.2",
"prettier-eslint": "^8.8.2",
"react": ">=16.8.0",
"styled-components": "^4.1.3",
"typescript": "^3.3.3333",
"uglify-js": "^3.2.2"
}
}