-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
54 lines (54 loc) · 1.6 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": "surfing",
"version": "0.9.14",
"description": "Use surfing to surf the net in Obsidian.",
"main": "main.js",
"scripts": {
"lint": "eslint . --ext .ts",
"dev": "npm run lint && vite build --watch --mode=development",
"build:nolint": "NODE_ENV=production rollup -c",
"build": "vite build",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"lint:fix": "eslint --fix . --ext .ts",
"prepare": "husky install",
"type-check": "tsc -noEmit -skipLibCheck"
},
"keywords": [],
"author": "Boninall & Windily-cloud",
"license": "MIT",
"devDependencies": {
"@ant-design/icons": "^5.0.1",
"@codemirror/language": "^6.2.1",
"@codemirror/state": "^6.1.2",
"@codemirror/view": "^6.3.0",
"@minoru/react-dnd-treeview": "^3.4.4",
"@mui/icons-material": "^5.11.0",
"@popperjs/core": "^2.11.6",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.11.5",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"@vitejs/plugin-react": "^4.2.1",
"antd": "^5.0.5",
"builtin-modules": "3.3.0",
"electron": "^32.2.0",
"eslint": "^8.28.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^9.1.6",
"monkey-around": "^2.3.0",
"obsidian": "latest",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-usestateref": "^1.0.8",
"tslib": "2.4.0",
"typescript": "4.7.4",
"vite": "^5.0.12"
}
}