generated from excaliburjs/template-ts-webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.43 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
{
"name": "excalibur-webpack",
"version": "1.0.0",
"private": true,
"description": "a webpack starter for excaliburjs projects",
"main": "index.js",
"scripts": {
"test": "npm run build:prod && ex-test -d ./dist -t ./test/test.js",
"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"
},
"author": "Excalibur.js Team",
"license": "BSD-2-Clause",
"devDependencies": {
"@excaliburjs/dev-tools": "^0.25.3",
"@excaliburjs/testing": "0.25.1",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"clean-webpack-plugin": "3.0.0",
"compression-webpack-plugin": "7.1.2",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "5.5.0",
"source-map-loader": "2.0.2",
"terser-webpack-plugin": "5.3.1",
"ts-loader": "9.3.0",
"typescript": "4.6.4",
"webpack": "5.72.1",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.9.0",
"webpack-merge": "5.8.0"
},
"dependencies": {
"@excaliburjs/plugin-tiled": "^0.26.2",
"@headlessui/react": "^1.6.4",
"excalibur": "0.26.0",
"leva": "^0.9.27",
"pubsub-js": "^1.9.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.3.1",
"react-modal": "^3.15.1",
"react-spring": "^9.4.5",
"zustand": "^4.0.0-rc.1"
}
}