-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 999 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
{
"name": "gitea-offline-poc",
"version": "0.0.1",
"description": "Access Gitea repository files offline, persist and commit edits when online.",
"main": "index.js",
"repository": "https://github.com/unfoldingWord-box3/gitea-offline-poc.git",
"author": "Christopher Klapp <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"start": "npx styleguidist server",
"build": "npx styleguidist build"
},
"dependencies": {
"gitea-react-toolkit": "^1.1.0-rc.1"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@material-ui/core": "^4.7.0",
"@material-ui/icons": "^4.5.1",
"@unfoldingword/eslint-config": "^1.0.11",
"babel-loader": "^8.1.0",
"core-js": "2",
"deep-freeze": "^0.0.1",
"markdown-translatable": "^0.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-styleguidist": "^11.0.8",
"webpack": "^4.43.0"
}
}