-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 4.49 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 4.49 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "@platform-coop-toolkit/pcc",
"version": "1.15.0",
"description": "WordPress theme for the Platform Cooperativism Consortium",
"author": "OCAD University <platform-coop-development-kit@lists.inclusivedesign.ca>",
"license": "BSD-3-Clause",
"keywords": [
"wordpress",
"theme"
],
"homepage": "https://github.com/platform-coop-toolkit/pcc/",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/platform-coop-toolkit/pcc.git"
},
"bugs": {
"url": "https://github.com/platform-coop-toolkit/pcc/issues"
},
"browserslist": [
"last 2 versions",
"android 4",
"opera 12"
],
"engines": {
"node": ">= 8.0.0"
},
"dependencies": {
"@popperjs/core": "^2.4.4",
"custom-event-polyfill": "^1.0.7"
},
"devDependencies": {
"autoprefixer": "~9.8.0",
"browser-sync": "~2.26.7",
"browsersync-webpack-plugin": "^0.6.0",
"bs-html-injector": "~3.0",
"buble-loader": "^0.4.1",
"cache-loader": "~1.2.5",
"clean-webpack-plugin": "^1.0.1",
"copy-globs-webpack-plugin": "~0.2.0",
"css-loader": "^0.28.9",
"cssnano": "~4.1.10",
"eslint": "~6.8.0",
"eslint-loader": "~2.2",
"eslint-plugin-import": "~2.21.1",
"extract-text-webpack-plugin": "~3.0.2",
"file-loader": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"imagemin-mozjpeg": "~9.0.0",
"imagemin-webpack-plugin": "~2.4.2",
"import-glob": "~1.5",
"postcss-calc": "~7.0.2",
"postcss-custom-media": "~7.0.8",
"postcss-custom-properties": "~9.1.1",
"postcss-import": "~12.0.1",
"postcss-loader": "~3.0.0",
"postcss-partial-import": "~4.1.0",
"postcss-safe-parser": "~4.0",
"resolve-url-loader": "~3.1.1",
"rimraf": "~3.0",
"style-loader": "^0.23.1",
"stylelint": "^8.4.0",
"stylelint-config-standard": "~18.3.0",
"stylelint-webpack-plugin": "^0.10.5",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^1.1.2",
"webpack": "~3.12.0",
"webpack-assets-manifest": "^1.0.0",
"webpack-dev-middleware": "~2.0.4",
"webpack-hot-middleware": "~2.25.0",
"webpack-merge": "~4.2.2",
"yargs": "~15.3.1"
},
"scripts": {
"build": "webpack --progress --config resources/assets/build/webpack.config.js",
"build:production": "webpack --env.production --progress --config resources/assets/build/webpack.config.js",
"build:profile": "webpack --progress --profile --json --config resources/assets/build/webpack.config.js",
"start": "webpack --hide-modules --watch --config resources/assets/build/webpack.config.js",
"rmdist": "rimraf dist",
"lint": "npm run -s lint:scripts && npm run -s lint:styles",
"lint:scripts": "eslint resources/assets/scripts resources/assets/build",
"lint:styles": "stylelint \"resources/assets/styles/**/*.{css,sass,scss,sss,less}\"",
"pot": "mkdir -p ./resources/lang && find ./resources ./app -iname '*.php' | xargs xgettext --add-comments=TRANSLATORS --package-name='Platform Cooperativism Consortium' --package-version=$(git describe --tags --abbrev=0) --msgid-bugs-address='https://github.com/platform-coop-toolkit/pcc/issues' --force-po --from-code=UTF-8 --default-domain=en_US -k__ -k_e -k_n:1,2 -k_x:1,2c -k_ex:1,2c -k_nx:4c,12 -kesc_attr__ -kesc_attr_e -kesc_attr_x:1,2c -kesc_html__ -kesc_html_e -kesc_html_x:1,2c -k_n_noop:1,2 -k_nx_noop:3c,1,2, -k__ngettext_noop:1,2 -o resources/lang/pcc.pot && find ./resources -iname '*.blade.php' | xargs xgettext --language=Python --add-comments=TRANSLATORS --package-name='Platform Cooperativism Consortium' --package-version=$(git describe --tags --abbrev=0) --msgid-bugs-address='https://github.com/platform-coop-toolkit/pcc/issues' --force-po --from-code=UTF-8 --default-domain=en_US -k__ -k_e -k_n:1,2 -k_x:1,2c -k_ex:1,2c -k_nx:4c,12 -kesc_attr__ -kesc_attr_e -kesc_attr_x:1,2c -kesc_html__ -kesc_html_e -kesc_html_x:1,2c -k_n_noop:1,2 -k_nx_noop:3c,1,2, -k__ngettext_noop:1,2 -j -o resources/lang/pcc.pot && find ./resources -iname '*.js' | xargs xgettext --language=Python --add-comments=TRANSLATORS --package-name='Platform Cooperativism Consortium' --package-version=$(git describe --tags --abbrev=0) --msgid-bugs-address='https://github.com/platform-coop-toolkit/pcc/issues' --force-po --from-code=UTF-8 --default-domain=en_US -k__ -k_e -k_n:1,2 -k_x:1,2c -k_ex:1,2c -k_nx:4c,12 -kesc_attr__ -kesc_attr_e -kesc_attr_x:1,2c -kesc_html__ -kesc_html_e -kesc_html_x:1,2c -k_n_noop:1,2 -k_nx_noop:3c,1,2, -k__ngettext_noop:1,2 -j -o resources/lang/pcc.pot",
"test": "npm run -s lint"
}
}