-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "@unforma-club/dialog",
"version": "1.0.4",
"description": "Inpired by Behance modal",
"repository": "https://github.com/unforma-club/unforma-dialog.git",
"author": "Taufik Oktama <oktamataufik@gmail.com>",
"license": "MIT",
"private": false,
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"files": [
"/lib"
],
"scripts": {
"prepack": "yarn build",
"build": "rollup -c --exports auto",
"watch": "rollup -cw"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/exenv": "^1.2.0",
"@types/react-dom": "^17.0.14",
"autoprefixer": "^10.4.4",
"node-sass": "^7.0.1",
"postcss": "^8.4.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.70.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^4.6.2"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"exenv": "^1.2.2"
}
}