-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.65 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.65 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
{
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"hots": "mix watch --hots",
"production": "mix --production"
},
"dependencies": {
"chroma-js": "^2.4.2",
"clipboard": "^2.0.11",
"dompurify": "^3.0.8",
"echarts": "^5.6.0",
"element-theme-chalk": "^2.15.9",
"element-ui": "^2.15.9",
"fuse.js": "^6.6.2",
"jquery-datetimepicker": "^2.5.21",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"primer-tooltips": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"splitpanes": "^2.4.1",
"vddl": "^0.7.1",
"vue": "^2.6.14",
"vue-echarts": "^6.7.3",
"vue-html-to-paper": "^1.4.4",
"vue-router": "^3.5.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/preset-react": "^7.22.5",
"@wordpress/hooks": "^3.4.1",
"async": "^2.6.4",
"babel-plugin-component": "^1.1.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.49",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"promise-polyfill": "^8.2.3",
"resolve-url-loader": "^5.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.63.5",
"sass-loader": "^13.3.2",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack-bundle-analyzer": "^4.10.2"
}
}