-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "vcdoslib",
"version": "0.1.0",
"private": true,
"description": "Website for searching the catalogue of the library in the Department of Sanskrit, RKM Vivekananda College.",
"keywords": [
"library"
],
"bugs": {
"url": "https://github.com/vipranarayan14/vcdoslib/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vipranarayan14/vcdoslib.git"
},
"license": "ISC",
"author": "",
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"start": "react-scripts start",
"test": "react-scripts test"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"ajv": "^6.5.4",
"fuse.js": "5.0.7-beta",
"papaparse": "5.1.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-router-dom": "5.1.2",
"react-scripts": "^3.4.0"
},
"devDependencies": {
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1"
}
}