This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
80 lines (80 loc) · 2.57 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "fruity_dance_sprite_sheet_generator",
"version": "2.6.0",
"description": "<div align=center> <img width=\"200px\"src='logotype.png'> <br> <h3> An Editor & Generator for the Fruity Dance plugin</h3> </div> <br>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run prebuild && webpack-dev-server --mode=development ",
"prebuild": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/main/ts/version.ts",
"build": "webpack --progress",
"build:sass": "sass ./src/sass/main.sass",
"deploy": "release-it && npm run build && npm run gena && gh-pages -d dist",
"gena": "node ./artifact/zip_artifact.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheWilley/Fruity_Dance_Sprite_Sheet_Generator.git"
},
"author": "TheWilley",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheWilley/Fruity_Dance_Sprite_Sheet_Generator/issues"
},
"homepage": "https://github.com/TheWilley/Fruity_Dance_Sprite_Sheet_Generator#readme",
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@types/file-saver": "^2.0.5",
"@types/jquery": "^3.5.16",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"adm-zip": "^0.5.10",
"autoprefixer": "^10.4.14",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"eslint": "^8.33.0",
"eslint-config-standard-with-typescript": "^33.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"favicons": "^7.1.1",
"favicons-webpack-plugin": "^6.0.0",
"gh-pages": "^5.0.0",
"git-conventional-commits": "^2.5.1",
"html-webpack-plugin": "^5.5.0",
"postcss-loader": "^7.1.0",
"prettier": "^2.8.3",
"release-it": "^15.6.0",
"sass": "^1.59.3",
"sass-loader": "^13.2.1",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.3.0-alpha1",
"file-saver": "^2.0.5",
"filepond": "^4.30.4",
"gif-frames": "^0.2.4",
"interactjs": "^1.10.17",
"jquery": "^3.6.3",
"jszip": "^3.10.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"octokit": "^2.0.14",
"tippy.js": "^6.3.7",
"utility-types": "^3.10.0"
},
"prettier": {
"useTabs": true,
"arrowParens": "always",
"bracketSameLine": true,
"bracketSpacing": false,
"trailingComma": "none"
}
}