-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.01 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.01 KB
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
60
61
62
63
64
65
66
67
{
"name": "whalerust",
"private": true,
"engines": {
"node": "~14",
"yarn": "~1"
},
"scripts": {
"build": "cargo test && wp --config webpack.config.js --mode production",
"dev": "wp --config webpack.config.js --mode development",
"start": "cargo run --package server --bin main",
"validate": "svelte-check"
},
"devDependencies": {
"@codemirror/basic-setup": "^0.19.1",
"@codemirror/lang-markdown": "git+https://github.com/Davidiusdadi/lang-markdown.git#pre-build",
"@lezer/markdown": "git+https://github.com/Davidiusdadi/markdown.git#pre-build",
"@tauri-apps/api": "^1.0.0-rc.2",
"@tsconfig/svelte": "^1.0.10",
"@types/chai": "^4.3.0",
"@types/lodash": "^4.14.181",
"@types/mocha": "^9.1.0",
"@types/webpack-plugin-serve": "^1.4.2",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"autoprefixer": "^10.2.5",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.1",
"css-minimizer-webpack-plugin": "^2.0.0",
"date-fns": "^2.20.2",
"dotenv-webpack": "^7.0.2",
"esbuild-loader": "^2.11.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-svelte3": "^3.4.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.4.1",
"mini-html-webpack-plugin": "^3.1.3",
"postcss": "^8.2.10",
"postcss-load-config": "^3.0.1",
"postcss-loader": "^5.2.0",
"prettier": "^2.2.1",
"prettier-plugin-alias-imports": "^0.1.6",
"prettier-plugin-svelte": "^2.2.0",
"sass": "^1.49.9",
"svelte": "^3.37.0",
"svelte-check": "^2.4.6",
"svelte-loader": "^3.1.0",
"svelte-material-icons": "^2.0.0",
"svelte-preprocess": "^4.7.0",
"tailwindcss": "^3.0.23",
"ts-loader": "^8.1.0",
"typescript": "^4.2.4",
"webpack": "^5.32.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-merge": "^5.7.3",
"webpack-nano": "^1.1.1",
"webpack-plugin-serve": "^1.4.1",
"webpackbar": "^5.0.0-3"
},
"dependencies": {},
"browserslist": [
"defaults"
]
}