-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.47 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
{
"name": "react-cinemagraph",
"version": "1.2.11",
"description": "Generic Cinemagraph component, built for React.",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"copy-build": "nwb build --copy-files",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"patch": "npm version patch",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push"
},
"dependencies": {},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"nwb": "^0.25.2",
"prettier-eslint": "^8.8.2",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"author": "Jeremy Cantu",
"homepage": "https://jac21.github.io/react-cinemagraph-demo/",
"license": "MIT",
"repository": "https://github.com/Jac21/react-cinemagraph",
"keywords": [
"react",
"react-component",
"cinemagraph"
],
"eslintConfig": {
"extends": "react-app"
}
}