-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.25 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@amaui/monorepo",
"version": "1.0.0",
"description": "MIT / Open source framework agnostic UI elements and utils, for building quality and production ready modern front end web apps",
"repository": "https://github.com/amaui-org/amaui.git",
"author": "Lazar <lazareric2@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"build": "lerna bootstrap --scope='@amaui/docs' --include-dependencies && lerna run build --scope='@amaui/docs' --include-dependencies --stream",
"start": "cd docs && cross-env NODE_ENV=production node ./src",
"dev": "cd docs && yarn dev"
},
"devDependencies": {
"@amaui/models": "^1.0.11114",
"@amaui/test": "^1.0.11150",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/plugin-transform-react-display-name": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.16.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@types/node": "^20.10.4",
"@types/react": "^18.0.13",
"@types/react-dom": "^18.0.5",
"@types/vue": "^2.0.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"express": "^4.18.2",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"helmet": "^6.0.0",
"lerna": "^5.1.1",
"method-override": "^3.0.0",
"playwright": "1.17.1",
"pm2": "^5.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.60.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-size-snapshot": "^0.12.0",
"rollup-plugin-terser": "^7.0.2",
"terser": "^5.14.1",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"typescript": "4.8.4",
"vue": "^3.2.37",
"wait-on": "^6.0.0"
},
"workspaces": [
"packages/*",
"apps/*",
"docs"
],
"engines": {
"node": ">=12.0.0",
"yarn": "1.22"
}
}