-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.51 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.51 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
56
57
58
59
{
"name": "Search",
"version": "1.0.0",
"homepage": "https://search.diva.so",
"description": "Engine to take a knowledge source and hydrate the hoard with the appropriate information",
"main": "src/App.js",
"scripts": {
"predeploy": "npm run build && cp CNAME build/CNAME",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"spa": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "node ignore_this.js",
"dev": "react-scripts start",
"release": "bash -c './scripts/release.sh'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DivaHQ/spinarak.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DivaHQ/spinarak/issues"
},
"dependencies": {
"@mantine/core": "^3.6.3",
"@mantine/hooks": "^3.6.3",
"axios": "^0.25.0",
"cors": "^2.8.5",
"dotenv": "^14.3.2",
"gh-pages": "^3.2.3",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.0",
"supertokens-auth-react": "^0.18.4",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"nodemon": "^2.0.15"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}