forked from cokolele/terraria-map-editor
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "terraria-web-editor",
"version": "4.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"normalize.css": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^8.1.3",
"react-transition-group": "^4.4.5",
"redux": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"core-js": "^3.38.1",
"cross-env": "^7.0.3",
"parcel-bundler": "^1.12.5",
"parcel-plugin-clean-dist": "0.0.6",
"parcel-proxy-server": "^1.1.0"
},
"scripts": {
"start": "cross-env NODE_ENV=development node ./parcel-proxy-config.js",
"build-gh": "cross-env NODE_ENV=production parcel build --public-url /terraria-map-editor-web/ ./src/index.html",
"build": "cross-env NODE_ENV=production parcel build ./src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TEdit/terraria-web-editor.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TEdit/terraria-web-editor/issues"
},
"homepage": "https://github.com/TEdit/terraria-web-editor#readme"
}