-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
65 lines (65 loc) · 2.06 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
{
"name": "asf-ui",
"version": "0.0.0",
"description": "The official web interface for ASF",
"scripts": {
"serve": "webpack serve --config webpack/config.js",
"serve:ci": "webpack serve --config webpack/config.ci.js",
"start": "webpack serve --config webpack/config.js",
"lint": "eslint src scripts webpack --fix",
"build": "webpack --config webpack/config.prod.js",
"build:analyze": "webpack --config webpack/config.analyze.js",
"deploy": "webpack --config webpack/config.deploy.js"
},
"private": true,
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.26.0",
"babel-loader": "9.2.1",
"before-build-webpack": "0.2.15",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-vue": "9.31.0",
"file-loader": "6.2.0",
"sass": "1.81.0",
"sass-loader": "14.2.1",
"url-loader": "4.1.1",
"vue-eslint-parser": "8.3.0",
"vue-loader": "15.11.1",
"vue-template-compiler": "2.7.16",
"webpack": "5.96.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
"webpack-subresource-integrity": "5.1.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.7.1",
"@fortawesome/free-brands-svg-icons": "6.7.1",
"@fortawesome/free-solid-svg-icons": "6.7.1",
"@fortawesome/vue-fontawesome": "2.0.10",
"axios": "1.7.8",
"copy-to-clipboard": "3.3.3",
"flat": "6.0.1",
"html-webpack-plugin": "5.6.3",
"humanize-duration": "3.32.1",
"linkify-html": "4.1.4",
"linkifyjs": "4.1.4",
"lodash-es": "4.17.21",
"plurals-cldr": "2.0.1",
"svg-country-flags": "1.2.10",
"v-tooltip": "2.1.3",
"vue": "2.7.16",
"vue-meta": "2.4.0",
"vue-multiselect": "2.1.9",
"vue-router": "3.6.5",
"vue-snotify": "3.2.1",
"vuex": "3.6.2"
}
}