-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.23 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
{
"name": "root",
"private": true,
"scripts": {
"build": "lerna run build --parallel",
"serve": "lerna run serve --parallel --ignore docs --ignore signin",
"docs": "lerna run serve --scope docs",
"kill": "npx kill-port --port 80,8000,8001,8002,8003,8005,8006,3000,8080"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@angular-builders/custom-webpack": "^12.1.3",
"@angular/cli": "~12.2.13",
"@angular/compiler-cli": "~12.2.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^6.3.0",
"copy-modules-webpack-plugin": "^2.2.1",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^0.28.11",
"eslint": "^8.2.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"html-loader": "^3.0.1",
"html-webpack-harddisk-plugin": "^2.0.0",
"html-webpack-plugin": "^5.5.0",
"jasmine-core": "~3.8.0",
"json-server": "^0.17.0",
"json-server-auth": "^2.1.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"kill-port": "^1.6.1",
"lerna": "^4.0.0",
"mini-css-extract-plugin": "^2.4.5",
"reveal.js": "^4.2.0",
"svelte-loader": "^3.1.2",
"typescript": "~4.3.5",
"unminified-webpack-plugin": "^3.0.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
},
"dependencies": {
"app-shell": "file:packages\\app-shell",
"cart": "file:packages\\cart",
"checkout": "file:packages\\checkout",
"docs": "file:packages\\docs",
"layout": "file:packages\\layout",
"product-list": "file:packages\\product",
"profile": "file:packages\\profile",
"signin": "file:packages\\signin",
"signin-svelte": "file:packages\\signin-svelte"
}
}