-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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": "sample-aseprite",
"version": "0.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run build:prod && npx playwright test",
"test:integration-update": "npx playwright test --update-snapshots",
"webpack": "webpack",
"dev": "webpack serve --config webpack.development.js",
"start": "npm run dev",
"build:dev": "webpack --config webpack.development.js",
"build:prod": "webpack --config webpack.production.js",
"serve": "serve dist"
},
"author": "",
"license": "",
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/node": "^22.10.0",
"clean-webpack-plugin": "4.0.0",
"compression-webpack-plugin": "11.1.0",
"html-webpack-plugin": "5.6.3",
"source-map-loader": "5.0.0",
"ts-loader": "9.5.1",
"typescript": "5.7.2",
"terser-webpack-plugin": "5.3.11",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.2.0",
"webpack-merge": "6.0.1",
"serve": "14.2.4"
},
"dependencies": {
"excalibur": "0.30.3",
"@excaliburjs/plugin-aseprite": "0.30.2"
},
"homepage": "",
"repository": {},
"bugs": {}
}