-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 4.53 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 4.53 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "@archef2000/react-planner",
"version": "2.0.15",
"description": "react-planner is a React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"start": "cross-env BABEL_ENV=development NODE_ENV=development webpack-dev-server --config demo/webpack.config.js --port 9000 --mode development",
"start-prod": "cross-env BABEL_ENV=production NODE_ENV=production webpack-dev-server --config demo/webpack.config.js --port 9000 --mode production",
"build-demo": "webpack --config demo/webpack.config.js --mode production",
"build-commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --extensions \".ts,.tsx,.js,.jsx\"",
"build-es": "cross-env BABEL_ENV=es babel src --copy-files --out-dir es --extensions \".ts,.tsx,.js,.jsx\"",
"build-ts": "tsc --project tsconfig.json",
"build": "npm run update-version-file && tsc",
"add-build-to-vcs": "git add -A src/version.ts && git add -A es && git add -A lib && git add -A demo/dist",
"clean": "rimraf lib es demo/dist",
"website-update": "gh-pages -m 'Update gh-pages' -d ./demo/dist/",
"update-version-file": "const-version ./package.json ./src/version.ts",
"version": "npm run update-version-file && npm run build && npm run add-build-to-vcs",
"test": "echo \"Error: no test specified\" && exit 1",
"type-check": "tsc --noEmit",
"type-check:watch": "tsc --noEmit --watch",
"lint": "eslint \"src/**/*.{ts,tsx,js,jsx}\" \"demo/src/**/*.{ts,tsx,js,jsx}\" --max-warnings=0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archef2000/react-planner.git"
},
"keywords": [
"floorplanner",
"plan",
"svg",
"3d",
"home design",
"interior design",
"react",
"react-component",
"react.js",
"ui",
"interface",
"component"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/archef2000/react-planner/issues"
},
"maintainers": [
{
"url": "https://github.com/archef2000",
"name": "archef2000"
}
],
"homepage": "https://github.com/archef2000/react-planner#readme",
"dependencies": {
"@reduxjs/toolkit": "^2.8.2",
"@uidotdev/usehooks": "^2.4.1",
"convert-units": "^2.3.4",
"d3-polygon": "^3.0.1",
"html-webpack-plugin": "^5.6.3",
"immer": "^10.1.1",
"polylabel": "2.0.1",
"react-icons": "5.5.0",
"react-range": "1.10.0",
"react-redux": "9.2.0",
"react-svg-pan-zoom": "3.13.1",
"react-tabs": "6.1.0",
"react-use-measure": "^2.1.7",
"redux": "5.0.1",
"shortid": "2.2.17",
"three-csg-ts": "^3.2.0"
},
"devDependencies": {
"@babel/cli": "7.28.0",
"@babel/core": "7.28.0",
"@babel/plugin-transform-object-rest-spread": "^7.28.0",
"@babel/preset-env": "7.28.0",
"@babel/preset-react": "7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@eslint/js": "^9.34.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
"@types/convert-units": "^2.3.12",
"@types/d3-polygon": "^3.0.2",
"@types/html-webpack-plugin": "^3.2.9",
"@types/node": "^24.2.1",
"@types/polylabel": "^1.1.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-svg-pan-zoom": "^3.3.9",
"@types/shortid": "^2.2.0",
"@types/three": "^0.179.0",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@typescript-eslint/parser": "^8.40.0",
"@webpack-cli/serve": "^3.0.1",
"babel-loader": "10.0.0",
"const-version": "2.1.0",
"cross-env": "10.0.0",
"css-loader": "6.8.1",
"eslint": "^9.34.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-unused-imports": "^4.2.0",
"file-loader": "6.2.0",
"gh-pages": "6.3.0",
"prettier": "^3.6.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-refresh": "^0.17.0",
"rimraf": "6.0.1",
"source-map-loader": "^5.0.0",
"style-loader": "4.0.0",
"three": "0.179.0",
"ts-loader": "^9.5.2",
"type-fest": "^4.41.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.40.0",
"webpack": "^5.101.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
},
"peerDependencies": {
"react": "18.x",
"react-dom": "18.x",
"three": "0.179.x"
},
"directories": {
"doc": "docs",
"example": "demo",
"bin": "dist",
"src": "src"
},
"files": [
"docs",
"demo",
"dist",
"src",
"README.md"
]
}