-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.41 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.41 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
46
47
48
49
50
51
52
53
54
55
{
"name": "@dotmind/react-modals",
"version": "2.1.4",
"description": "Create quickly and easily modals for React. Builded by dotmind.io",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && node build.js",
"start": "rm -f example/*.js && rm -f example/*.css && rm -f example/*.map && node serve.js",
"lint": "eslint . --ext .js,.ts,.tsx --fix",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm run build"
},
"keywords": [
"dotmind",
"generator",
"react",
"modal",
"modals",
"ui",
"js",
"javascript",
"ts",
"typescript"
],
"author": "dotmind",
"license": "MIT",
"devDependencies": {
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2",
"@types/react": "18.0.6",
"@types/react-dom": "18.0.2",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"esbuild": "0.14.14",
"esbuild-sass-plugin": "2.2.1",
"eslint": "8.8.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-react": "7.28.0",
"identity-obj-proxy": "3.0.0",
"jest": "27.4.7",
"live-server": "1.1.0",
"ts-jest": "27.1.3",
"typescript": "4.5.4",
"esbuild-node-externals": "1.6.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"files": [
"dist"
]
}