-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 791 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 791 Bytes
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
{
"name": "parabible-client",
"version": "1.0.0",
"description": "Interface for Parabible, a tool to make original language Bible study intuitive",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "vite",
"build": "vite build"
},
"author": "James Cuénod",
"license": "ISC",
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.6",
"vite": "^2.6.14"
},
"dependencies": {
"abortcontroller-polyfill": "^1.4.0",
"clone": "^2.1.2",
"history": "^4.10.1",
"is-equal": "^1.6.1",
"office-ui-fabric-react": "^7.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-feather": "^2.0.3",
"react-popout-component": "^1.8.5",
"referenceparser": "^1.1.4"
}
}