-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.44 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "tutorial",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@types/chrome": "^0.0.266",
"@types/node": "^16.18.33",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"i18next": "^23.11.2",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.1",
"keychain-sdk": "github:hive-keychain/keychain-sdk",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.11.2",
"react-scripts": "5.0.1",
"sass": "^1.63.2",
"typescript": "^4.9.5"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "serve -s build",
"predeploy": "npm run build",
"deploy": "echo tutorial.hive-keychain.com > ./build/CNAME && gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"dotenv": "^16.0.3",
"file-loader": "^6.2.0",
"gh-pages": "^5.0.0",
"pm2": "^5.3.0",
"serve": "^14.2.0"
}
}