forked from wirenboard/homeui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.53 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
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
{
"name": "homeui-webpack",
"version": "0.1.0",
"description": "A workflow for Angular made with Webpack",
"scripts": {
"clean": "rimraf -G dist coverage ./tmp",
"build": "rimraf -G dist && webpack --progress",
"server": "npx webpack serve --history-api-fallback --client-progress",
"test": "jest test/react",
"start": "npm run server",
"start-dist": "cd ./dist && python3 ../test/dist_server.py ",
"lint": "npx eslint \"**/*.{js,jsx}\""
},
"repository": {
"type": "git",
"url": "https://github.com/wirenboard/homeui.git"
},
"author": "Jesus Rodriguez",
"license": "MIT",
"bugs": {
"url": "https://github.com/Foxandxss/angular-webpack-workflow/issues"
},
"homepage": "https://github.com/Foxandxss/angular-webpack-workflow",
"dependencies": {
"@codemirror/lang-javascript": "^6.1.8",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.14.0",
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/modifiers": "^6.0.1",
"@rpldy/uploady": "^1.4.1",
"@uiw/react-codemirror": "^4.20.2",
"angular": "^1.8.3",
"angular-dynamic-locale": "^0.1.38",
"angular-elastic": "^2.5.1",
"angular-rangeslider": "0.0.14",
"angular-resource": "^1.8.3",
"angular-sanitize": "^1.8.3",
"angular-sortable-view": "0.0.21",
"angular-spinkit": "^0.3.4",
"angular-touch": "^1.8.3",
"angular-translate": "^2.19.0",
"angular-translate-loader-partial": "^2.19.0",
"angular-ui-router": "^1.0.30",
"angular-ui-scroll": "^1.8.2",
"angular-xeditable": "^0.10.2",
"angularjs-dropdown-multiselect": "^2.0.0-beta.10",
"bootstrap": "^3.3.7",
"dompurify": "^3.0.1",
"i18next": "^22.0.6",
"jest-environment-jsdom": "^29.5.0",
"jquery": "^3.6.1",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"mobx-utils": "^6.0.5",
"ng-toast": "^2.0.0",
"oclazyload": "^1.1.0",
"plotly.js-basic-dist-min": "^2.16.3",
"plotly.js-locales": "^2.16.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-focus-lock": "^2.9.3",
"react-i18next": "^12.0.0",
"react-responsive": "^9.0.2",
"react-responsive-carousel": "^3.2.23",
"react-select": "^5.7.3",
"react-tabs": "^6.0.0",
"spectrum-colorpicker": "^1.8.1",
"ui-select": "^0.19.6",
"use-file-picker": "^1.7.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/eslint-parser": "^7.22.5",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.5",
"angular-mocks": "^1.8.3",
"autoprefixer": "^10.4.13",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.3.0",
"babel-plugin-angularjs-annotate": "^0.10.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "^6.7.2",
"css-minimizer-webpack-plugin": "^4.2.2",
"eslint": "^8.43.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"exports-loader": "^4.0.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.5.0",
"mini-css-extract-plugin": "^2.6.1",
"mobx": "^6.7.0",
"mobx-react-lite": "^3.4.0",
"node-sass": "^7.0.3",
"normalize.css": "^8.0.1",
"postcss-loader": "^7.0.1",
"rimraf": "^2.6.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.11.1"
},
"browserslist": [
"defaults"
]
}