This repository was archived by the owner on Apr 17, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.34 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
{
"name": "pu239",
"version": "0.7.0",
"description": "Pu-239: A torrent tracker",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"@glidejs/glide": "^3.4.1",
"autoprefixer": "^10.2.4",
"browserslist": "^4.16.3",
"bulma": "^0.9.2",
"clean-css-cli": "^5.2.0",
"commitizen": "^4.2.3",
"cookieconsent": "^3.1.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"jquery": "^3.5.1",
"lightbox2": "^2.11.3",
"node-sass": "5.0.0",
"normalize.css": "^8.0.1",
"postcss-cli": "^8.3.1",
"postcss-preset-env": "^6.7.0",
"raphael": "^2.3.0",
"sceditor": "^3.0.0",
"tooltipster": "^4.2.8",
"uglify-es": "3.3.9"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"commit": "git-cz",
"release": "standard-version"
},
"dependencies": {
"postcss": "^8.2.6"
}
}