-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 962 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
{
"name": "@time-with/modal",
"version": "1.2.0",
"description": "React redux-driven Modal system",
"main": "dist/index.js",
"license": "MIT",
"author": "Antonio Brandao <antonio.brandao@timewith.co.uk>",
"scripts": {
"prepack": "yarn && babel src --out-dir dist --source-maps --presets es2015,stage-0,react && rm -rf node_modules",
"postpack": "rm -rf node_modules"
},
"devDependencies": {
"babel-plugin-emotion": "^10.0.7",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
},
"peerDependencies": {
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/react-fontawesome": "^0.1.4",
"@time-with/atoms": "^0.2.8",
"@time-with/buttons": "^0.0.1",
"@time-with/media-queries": "^1.0.3",
"app-levels": "^1.0.5",
"react": "^16.1.1",
"react-redux": "^5.0.6"
}
}