-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 890 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
{
"name": "cf-search",
"version": "1.0.0",
"description": "https://superstormer.github.io/cf-search/",
"scripts": {
"build": "./build.sh",
"build:dev": "NODE_ENV=development ./build.sh",
"clean": "rm -rf dist",
"dev": "nodemon --exec npm run build:dev --watch src/ --ext '*' & cd dist && python3 -m http.server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuperStormer/cf-search.git"
},
"author": "SuperStormer",
"license": "MIT",
"bugs": {
"url": "https://github.com/SuperStormer/cf-search/issues"
},
"homepage": "https://github.com/SuperStormer/cf-search#readme",
"devDependencies": {
"clean-css-cli": "^5.6.2",
"eslint": "^8.23.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-sonarjs": "^0.15.0",
"html-minifier-terser": "^7.2.0",
"nodemon": "^3.0.1",
"terser-webpack-plugin": "^5.3.6",
"webpack-cli": "^4.10.0"
}
}