forked from Esshahn/spritemate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 904 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 904 Bytes
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
{
"name": "spritemate",
"version": "1.2.1",
"description": "A browser based sprite editor for the Commodore 64",
"homepage": "http://www.awsm.de",
"author": "Ingo Hinterding",
"license": "MIT",
"main": "App.js",
"repository": {
"type": "git",
"url": "https://github.com/Esshahn/spritemate"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"babel-cli": "^6.26.0",
"babel-loader": "^8.2.2",
"eslint": "^7.14.0",
"webpack": "^5.8.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"mini-css-extract-plugin": "^1.3.1",
"html-webpack-plugin": "^4.5.0",
"copy-webpack-plugin": "^4.6.0",
"file-loader": "^1.1.11"
},
"scripts": {
"dev": "webpack serve",
"build": "webpack --mode production"
},
"dependencies": {
"jquery": "^3.5.1",
"webpack-jquery-ui": "^2.0.1"
}
}