-
Notifications
You must be signed in to change notification settings - Fork 127
/
package.json
54 lines (54 loc) · 1.38 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
{
"name": "tauri-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fluentui/react": "^8.0.0",
"@fluentui/react-file-type-icons": "^8.6.6",
"@fluentui/react-hooks": "^8.5.3",
"@tauri-apps/api": "^1.5",
"af-virtual-scroll": "2.7.9",
"copy-to-clipboard": "^3.3.1",
"i18next": "^21.6.14",
"lodash": "^4.17.21",
"mark.js": "^8.11.1",
"moment": "^2.29.1",
"office-ui-fabric-react": "^7.183.1",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.2",
"react-i18next": "^11.16.2",
"react-mark.js": "^3.1.16",
"react-scripts": "5.0.0",
"styled-components": "^5.3.3",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "cross-env BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tauri": "tauri",
"tauri-dev": "tauri dev",
"tauri-build": "tauri build --verbose",
"tauri-icon": " tauri icon"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tauri-apps/cli": "^1.5",
"@tauri-apps/tauricon": "github:tauri-apps/tauricon",
"cross-env": "^7.0.3"
}
}