-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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
43
44
45
46
47
{
"name": "query-string-modals",
"version": "0.0.40",
"description": "A React library for controlling and managing modals using query strings.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/nathancheshire/query-string-modals.git"
},
"keywords": [
"react",
"modals",
"query strings",
"ui",
"react components"
],
"author": "Nathan Cheshire",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@swc/core": "^1.3.105",
"@types/react": "^18.2.48",
"babel-loader": "^9.1.3",
"css-loader": "^6.9.0",
"style-loader": "^3.3.4",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"files": [
"dist"
]
}