-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 868 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
35
36
{
"name": "react-state-searcher",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruljin/react-state-searcher.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ruljin/react-state-searcher/issues"
},
"homepage": "https://github.com/ruljin/react-state-searcher#readme",
"dependencies": {
"bulma": "^0.9.3",
"classnames": "^2.3.1",
"fuse.js": "^6.4.6",
"parcel": "^2.2.1",
"parcel-plugin-typed-css-modules": "^1.1.0",
"react": "^18.0.9",
"react-dom": "^18.0.5",
"typescript": "^4.7.2"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5"
}
}