-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.52 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.52 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
{
"name": "frontend-shared-dev",
"private": true,
"scripts": {
"build": "babel ./webpack_setup.js -o dist/webpack_setup.js"
},
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"autoprefixer": "^9.7.6",
"aws-sdk": "^2.721.0",
"b-assert": "^0.1.4",
"babel-loader": "^8.1.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^6.0.3",
"cors": "^2.8.5",
"css-loader": "^1.0.1",
"del": "^3.0.0",
"git-rev": "^0.2.1",
"hard-source-webpack-plugin": "^0.13.1",
"mini-css-extract-plugin": "^0.5.0",
"nodemon": "^2.0.4",
"postcss-loader": "^3.0.0",
"replace-hash-in-file-webpack-plugin": "^1.0.8",
"speed-measure-webpack-plugin": "^1.3.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^1.2.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"uuid": "^3.4.0",
"vtree-query": "^0.2.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "3.7.1",
"webpack-handle-css-loader": "^3.0.1",
"webpack-s3-plugin": "^1.0.3",
"webpack-stats-plugin": "^0.3.2",
"webpack-stream": "^5.2.1",
"yargs": "^12.0.5"
},
"author": "",
"version": "0.0.1"
}