This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
74 lines (74 loc) · 2.08 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
{
"name": "webird",
"version": "0.9.0",
"dependencies": {
"@babel/runtime": "7.4.3"
},
"devDependencies": {
"@babel/core": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-decorators": "7.4.0",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-function-sent": "7.2.0",
"@babel/plugin-proposal-numeric-separator": "7.2.0",
"@babel/plugin-proposal-throw-expressions": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/plugin-transform-runtime": "7.4.3",
"webpack": "4.30.0",
"webpack-dev-server": "3.3.1",
"node-libs-browser": "2.2.0",
"babel-loader": "8.0.5",
"vue": "2.6.10",
"vue-template-compiler": "2.6.10",
"vue-router": "3.0.6",
"vuex": "3.1.0",
"vue-loader": "15.7.0",
"bundle-loader": "0.5.6",
"entry-loader": "0.2.0",
"file-loader": "3.0.1",
"json-loader": "0.5.7",
"expose-loader": "0.7.5",
"po-loader": "0.4.3",
"css-loader": "2.1.1",
"style-loader": "0.23.1",
"url-loader": "1.1.2",
"mini-css-extract-plugin": "^0.6.0",
"postcss-loader": "3.0.0",
"postcss": "7.0.14",
"postcss-preset-env": "6.6.0",
"postcss-import": "12.0.1",
"postcss-url": "8.0.0",
"postcss-browser-reporter": "0.6.0",
"postcss-reporter": "6.0.1",
"whatwg-fetch": "3.0.0",
"lodash": "4.17.13",
"axios": "0.19.0",
"urijs": "1.19.1",
"highlight.js": "9.15.6",
"mousetrap": "1.6.3",
"po2json": "0.4.5",
"jquery": "3.4.0",
"font-awesome": "4.7.0",
"bootstrap": "3.4.1",
"popper.js": "1.15.0",
"jed": "1.1.1",
"pdfjs-dist": "2.1.266",
"core-js": "^2.6.5"
},
"scripts": {
"dev": "NODE_ENV=development node dev/webpack.js",
"build": "NODE_ENV=production node dev/webpack.js"
},
"browserslist": [
"last 5 Chrome versions",
"last 5 Firefox versions",
"Explorer >= 11",
"iOS >= 10"
],
"private": true,
"engines": {
"node": ">=10.0"
}
}