forked from BeAPI/beapi-frontend-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.05 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.05 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
55
56
57
58
59
60
61
62
63
64
{
"name": "beapi-frontend-framework",
"version": "5.0.0",
"author": "Be API",
"repository": {
"type": "git",
"url": "https://github.com/BeAPI/beapi-frontend-framework"
},
"scripts": {
"start": "node_modules/.bin/webpack --watch --config config/webpack.dev.js",
"build": "node_modules/.bin/webpack --config config/webpack.prod.js",
"bundle-report": "node_modules/.bin/webpack --config config/webpack.prod.js --json=dist/stats.json && node_modules/.bin/webpack-bundle-analyzer dist/stats.json",
"image": "node config/image-sizes.js"
},
"license": "GPL-2.0",
"dependencies": {
"css-loader": "^5.2.4",
"cssnano": "^5.0.1",
"esbuild-loader": "^2.13.1",
"eslint": "^7.24.0",
"eslint-webpack-plugin": "^2.5.4",
"image-webpack-loader": "^7.0.1",
"lazysizes": "^5.3.2",
"mini-css-extract-plugin": "^1.5.0",
"normalize-scss": "^7.0.1",
"postcss": "^8.2.12",
"postcss-import": "^14.0.1",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"postcss-pxtorem": "^6.0.0",
"postcss-sort-media-queries": "^3.8.9",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"stylelint": "^13.12.0",
"stylelint-config-recess-order": "^2.4.0",
"stylelint-config-standard": "^21.0.0",
"stylelint-scss": "^3.19.0",
"stylelint-webpack-plugin": "^2.1.1",
"svg-sprite-loader": "^6.0.10",
"svg4everybody": "^2.1.9",
"svgo-loader": "^3.0.0",
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0",
"webpack-manifest-plugin": "^3.1.1",
"webpack-merge": "^5.7.3",
"webpackbar": "^5.0.0-3",
"what-input": "^5.2.10"
},
"devDependencies": {
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"canvas": "^2.8.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.4.0",
"js-yaml": "^4.1.0",
"json2csv": "^5.0.6",
"ora": "^5.4.0",
"portfinder": "^1.0.28",
"prettier": "^2.2.1",
"webpack-bundle-analyzer": "^4.4.1"
}
}