This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.85 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
55
56
57
58
59
60
61
{
"name": "revenant-formal",
"version": "1.1.0.0",
"description": "Revenant Formal - Using native HTML/JS with webpack integration",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "set NODE_ENV=development&& webpack --mode development",
"dev:watch": "set NODE_ENV=development&& webpack --mode development --watch",
"build": "set NODE_ENV=production&& webpack --mode production",
"prod": "npm run build",
"start": "set NODE_ENV=development&& webpack-dev-server --mode development --open",
"watch": "npm run dev:watch",
"lint": "eslint assets/scripts/*.js",
"clean": "rm -rf docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shoen1x/Revenant-Formal.git"
},
"keywords": [
"Shoenix",
"Studios"
],
"author": "Shoenix Studios",
"license": "ISC",
"bugs": {
"url": "https://github.com/shoen1x/Revenant-Formal/issues"
},
"homepage": "https://github.com/shoen1x/Revenant-Formal#readme",
"dependencies": {
"dompurify": "^3.0.5",
"firebase": "^10.12.2",
"focus-visible": "^5.2.0",
"owl.carousel": "^2.3.4",
"socket.io": "^4.7.2"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"assets-webpack-plugin": "^7.1.1",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"cssnano": "^6.0.1",
"html-loader": "^4.2.0",
"html-webpack-injector": "^1.1.4",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"webpack": "^5.88.2",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^5.1.4",
"webpack-subresource-integrity": "^5.2.0-rc.1"
}
}