forked from 202ecommerce/paypal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.85 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
{
"name": "paypal",
"version": "4.5.3",
"description": "PayPal official Module",
"directories": {
"doc": "202/doc"
},
"scripts": {
"watch": "webpack --mode development --colors --devtool source-map --hide-modules -w",
"build": "webpack --mode production --colors --devtool source-map --progress -p",
"doc-build": "stylemark -i 202/doc -o 202/build/doc -c 202/doc/config.yml",
"doc-watch": "stylemark -i 202/doc -o 202/build/doc -c 202/doc/config.yml -w -b",
"lint-css": "stylelint \"_dev/scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache --fix",
"lint-css-fix": "stylelint \"_dev/scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/202-ecommerce/paypal/"
},
"keywords": [
"PayPal"
],
"homepage": "https://github.com/",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"browserslist": "^4.16.3",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-import": "^2.22.1",
"mini-css-extract-plugin": "^0.4.3",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.0",
"stylelint": "^13.12.0",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-twbs-bootstrap": "^0.3.1",
"stylemark": "^3.1.7",
"terser-webpack-plugin": "^1.4.5",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-fix-style-only-entries": "^0.2.2"
},
"dependencies": {}
}