-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 844 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
{
"name": "sefaria-interactive-simple",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://akivamprager.github.io/sefaria-interactive-simple/",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "node .",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"babel-standalone": "^6.26.0",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"local-storage": "^2.0.0",
"marked": "^1.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.3",
"react-tabs": "^3.1.1",
"uikit": "^3.5.7"
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}