-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.28 KB
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
{
"name": "flexy-flipcards",
"version": "0.1.1",
"description": "Responsive Cards That Flip; Built With React",
"main": "build/index.js",
"scripts": {
"test": "jest",
"start": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slashlaw/Flexy-Flip-Cards.git"
},
"author": "Michael Edelman <michael@slashlaw.io> (https://slashlaw.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/slashlaw/Flexy-Flip-Cards/issues"
},
"homepage": "https://github.com/slashlaw/Flexy-Flip-Cards#readme",
"peerDependencies": {
"react": "^16.2.0"
},
"dependencies": {
"react": "^16.2.0",
"webpack": "^3.11.0",
"styled-components": "^3.1.6"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
"@babel/preset-react": "^7.0.0-beta.40",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.2.2",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"eslint": "^4.17.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"eslint-watch": "^3.1.3",
"prop-types": "^15.6.0"
}
}