-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.17 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
{
"name": "@landaujs/landau",
"version": "0.2.0-alpha.8",
"description": "OpenJSCAD with JSX syntax",
"main": "lib/index.js",
"repository": "github:landaujs/landau",
"bugs": "https://github.com/landaujs/landau/issues",
"author": "Maximilian Goisser <goisser94@gmail.com>",
"license": "MIT",
"scripts": {
"build": "node_modules/.bin/microbundle --target node"
},
"dependencies": {
"@jscad/io": "^2.0.0",
"@jscad/modeling": "^2.0.0",
"react": "^17.0.2",
"react-is": "^17.0.2",
"react-reconciler": "^0.26.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "7.13.15",
"@babel/node": "^7.10.5",
"@babel/plugin-transform-flow-strip-types": "^7.13.0",
"babel-eslint": "10.1.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^10.0.0",
"debug": "^4.2.0",
"eslint": "^7.24.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "5.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"lodash": "^4.17.21",
"microbundle": "^0.13.0",
"prettier": "^2.2.1"
}
}