-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 888 Bytes
/
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
{
"name": "ruforo",
"version": "0.1.0",
"description": "_Name pending._",
"private": true,
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git@git.kiwifarms.net:KiwiFarms/ruforo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.196",
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "^7.0.1",
"regenerator-runtime": "^0.13.9",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"swc-loader": "^0.2.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"filepond": "^4.30.3",
"hash-wasm": "^4.9.0",
"micromodal": "^0.4.10"
}
}