forked from JustArchiNET/ASF-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.86 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
{
"name": "ASF-ui",
"version": "1.0.7",
"description": "Standalone web interface for ASF",
"scripts": {
"dev": "webpack --config webpack.config.js --env development --progress",
"pre-build": "node scripts/generate-flags",
"build": "webpack --config webpack.config.js --env production --progress",
"deploy": "webpack --config webpack.config.js --env production --deploy",
"build:analyze": "webpack --config webpack.config.js --env production --analyze",
"build:ci": "webpack --config webpack.config.js --env production",
"start": "webpack-dev-server --hot --open --env development",
"generate-flags": "node scripts/generate-flags"
},
"author": "Reimu",
"private": true,
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"babel-loader": "^8.0.5",
"before-build-webpack": "^0.2.8",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^5.0.0",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"terser-webpack-plugin": "^1.2.2",
"url-loader": "^1.1.2",
"vue-loader": "^15.6.4",
"vue-template-compiler": "^2.6.7",
"webpack": "^4.28.4",
"webpack-bundle-analyzer": "^3.0.4",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-brands-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/vue-fontawesome": "^0.1.5",
"@sentry/browser": "^4.6.3",
"axios": "^0.18.0",
"copy-to-clipboard": "^3.0.8",
"flag-icon-css": "^3.2.1",
"flat": "^4.1.0",
"humanize-duration": "^3.17.0",
"lodash": "^4.17.11",
"plurals-cldr": "^1.0.3",
"svg-country-flags": "^1.2.6",
"vue": "^2.6.7",
"vue-meta": "^1.5.8",
"vue-router": "^3.0.2",
"vue-snotify": "^3.2.1",
"vuex": "^3.1.0"
}
}