-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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": "steedos-webapp-nextjs",
"version": "0.0.0",
"repository": "https://gitlab.steedos.cn/steedos/steedos-webapp-nextjs.git",
"author": "庄建国 <zhuangjianguo@steedos.com>",
"license": "MIT",
"private": true,
"workspaces": [
"apps/*",
"packages/**"
],
"scripts": {
"dev": "node unpkg-local.js",
"start": "cd apps/storybook && yarn storybook",
"watch": "lerna run watch --parallel",
"build": "lerna run build",
"build-object": "lerna run build-object",
"build-app": "lerna run build-app --parallel",
"unpkg": "node unpkg-local.js",
"cnpm-sync": "lerna exec --no-private -- cnpm sync \\$LERNA_PACKAGE_NAME"
},
"dependencies": {
"@builder6/react": "^3.2.21",
"lerna": "^6.6.2",
"lodash": "^4.17.21",
"postcss": "^8.1.10",
"postcss-loader": "^4.1.0",
"postcss-nested": "^5.0.1",
"postcss-simple-vars": "^6.0.1",
"tsdx": "^0.14.1",
"vite": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"babel-loader": "^8.2.5",
"cnpm": "9.0.1",
"http-server": "^14.1.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.0"
}
}