forked from sbayd/react-flippy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 731 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 731 Bytes
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
{
"name": "react-flippy",
"version": "0.1.1",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/sbayd/react-flippy"
},
"private": false,
"peerDependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
"build-example": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "1.1.4"
},
"devDependencies": {
"babel-cli": "^6.26.0"
}
}