-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"dependencies": {
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/language": "^6.10.3",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"marked": "^14.1.3",
"pinia": "^2.0.28",
"pyodide": "^0.26.3",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"description": "Collection of Notebooks for GitHub pages",
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@vitejs/plugin-vue": "^4.0.0",
"@vueuse/core": "^11.1.0",
"autoprefixer": "^10.4.13",
"tailwindcss": "^3.2.4",
"unplugin-auto-import": "^0.18.3",
"vite": "^5.4.10",
"vite-plugin-static-copy": "^2.0.0",
"vite-plugin-top-level-await": "^1.4.4",
"vite-svg-loader": "^5.1.0"
},
"name": "notes",
"prettier": {
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"printWidth": 100,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false
},
"scripts": {
"build": "vite build",
"dev": "vite",
"fmt": "prettier --write src && prettier --write vite.config.js",
"preview": "vite preview"
},
"type": "module",
"version": "0.1.0"
}