-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.37 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
{
"name": "capanda",
"version": "1.0.0",
"description": "CAPANDA website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon -w src -w assets -w index.html -e css,html,js --ignore dist/ -x npm run build",
"build": "npx purgecss --content \"index.php\" \"dist/**/*.js\" --css \"assets/bootstrap.min.css\" --output \"dist/css/bootstrap.css\" && npx esbuild src/main.ts --bundle --minify --outfile=dist/js/script.js --keep-names"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Spencer14420/capanda.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Spencer14420/capanda/issues"
},
"homepage": "https://github.com/Spencer14420/capanda#readme",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@fullhuman/postcss-purgecss": "^7.0.2",
"@types/bootstrap": "^5.2.10",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.13.0",
"nodemon": "^3.1.7",
"postcss": "^8.4.49",
"prettier": "^3.4.0",
"typescript": "^5.6.3"
},
"dependencies": {
"purgecss": "^7.0.2",
"sp14420-modal": "^1.1.0",
"spemailhandler": "^1.5.0"
}
}