-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 960 Bytes
/
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
{
"name": "pop-modal",
"version": "1.1.5a",
"description": "A simple react popup modal",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/voodoo-child/pop-modal.git"
},
"scripts": {
"build": "babel index.js --out-dir dist && stylus ./src/modal.styl --out ./dist",
"prepublish": "yarn run build"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/voodoo-child/pop-modal/issues"
},
"homepage": "https://github.com/voodoo-child/pop-modal#readme",
"dependencies": {
"react": "^16.6.3"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"flow-bin": "^0.72.0",
"stylus": "^0.54.5"
}
}