-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.16 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 4.16 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
{
"name": "alpsbte",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"start:frontend": "nx serve alpsbte-web",
"start:backend": "nx serve alpsbte-api",
"dev": "concurrently \"nx serve alpsbte-api\" \"nx serve alpsbte-web\"",
"build": "nx build",
"test": "npx nx run-many --all --target=test --parallel",
"lint": "nx run-many --all --target=lint --parallel",
"lint:fix": "nx run-many --all --target=lint --parallel --fix",
"lint:affected": "nx affected:lint",
"lint:affected:fix": "nx affected:lint --fix",
"depgraph": "nx dep-graph",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"dependencies": {
"@animated-burgers/burger-squeeze": "^1.1.2",
"@fortawesome/fontawesome-common-types": "^0.2.36",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@storybook/preset-scss": "^1.0.3",
"@types/object-path": "^0.11.1",
"@types/react-router-dom": "^5.1.8",
"add": "^2.0.6",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"express": "^4.21.2",
"framer-motion": "^4.1.17",
"i": "^0.3.7",
"localforage": "^1.10.0",
"mobx": "^6.3.2",
"mobx-persist": "^0.4.1",
"mobx-react": "^7.2.0",
"object-path": "^0.11.7",
"react": "17.0.2",
"react-animate-height": "^2.0.23",
"react-burger-menu": "^3.0.6",
"react-dom": "17.0.2",
"react-parallax": "^3.3.0",
"react-router-dom": "^5.2.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"sass": "^1.37.5",
"storybook-react-router": "^1.0.8",
"tslib": "^2.0.0"
},
"devDependencies": {
"@babel/core": "7.28.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.28.0",
"@babel/preset-typescript": "7.27.1",
"@nrwl/cli": "12.6.5",
"@nrwl/cypress": "12.6.5",
"@nrwl/eslint-plugin-nx": "12.6.5",
"@nrwl/express": "^12.6.5",
"@nrwl/jest": "12.6.5",
"@nrwl/linter": "12.6.5",
"@nrwl/node": "12.6.5",
"@nrwl/react": "12.6.5",
"@nrwl/storybook": "^12.6.5",
"@nrwl/tao": "12.6.5",
"@nrwl/web": "12.6.5",
"@nrwl/workspace": "12.6.5",
"@storybook/addon-essentials": "~6.3.0",
"@storybook/react": "~6.3.0",
"@svgr/webpack": "^5.4.0",
"@testing-library/react": "11.2.6",
"@types/express": "^4.17.21",
"@types/jest": "26.0.24",
"@types/node": "14.14.33",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"@types/react-router-dom": "5.1.7",
"@types/storybook-react-router": "^1.0.1",
"@typescript-eslint/eslint-plugin": "~4.28.3",
"@typescript-eslint/parser": "~4.28.3",
"babel-jest": "27.0.6",
"babel-loader": "8.1.0",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"concurrently": "^6.2.1",
"copy-webpack-plugin": "^13.0.0",
"cypress": "^7.7.0",
"dotenv": "~10.0.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "27.0.3",
"prettier": "^2.3.1",
"ts-jest": "27.0.3",
"ts-node": "~9.1.1",
"typescript": "~4.3.5",
"url-loader": "^3.0.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"homepage": ".",
"volta": {
"node": "22.17.1"
}
}