generated from Greg36/Surface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.66 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
75
{
"name": "--s--",
"version": "0.0.1",
"author": "",
"description": "",
"license": "GPL",
"main": "",
"browserslist": [
"extends @wordpress/browserslist-config"
],
"scripts": {
"build": "npm run lint && npm run prod && npm run i18n && npm run export",
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"export": "cross-env export=1 NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"lint": "npm run lint:styles && npm run lint:scripts && npm run lint:php",
"lint:styles": "cross-env stylelint './assets/css/**/*.scss'",
"lint:scripts": "cross-env eslint './assets/js/**/*.js'",
"lint:php": "cross-env ./vendor/bin/phpcs . --runtime-set testVersion 5.8- -s",
"js:test": "karma start assets/build/karma.conf.js",
"i18n": "npm run i18n:textdomain && npm run i18n:pot",
"i18n:textdomain": "npx wpi18n addtextdomain --exclude=vendor,node_modules",
"i18n:pot": "npx wpi18n --domain-path=assets/languages makepot",
"visual:test": "backstop --configPath=assets/build/backstop.json test",
"visual:approve": "backstop --configPath=assets/build/backstop.json approve",
"visual:clear": "rimraf tmp"
},
"devDependencies": {
"@wordpress/browserslist-config": "^4.1.0",
"@wordpress/eslint-plugin": "^9.3.0",
"@wordpress/stylelint-config": "^19.1.0",
"backstopjs": "^6.0.4",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"chai": "^4.3.4",
"copy-webpack-plugin": "^10.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.4.1",
"eslint-plugin-import": "^2.25.3",
"image-minimizer-webpack-plugin": "^3.1.1",
"imagemin": "^8.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^10.0.1",
"inquirer": "^8.2.0",
"karma": "^6.3.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-sinon": "^1.0.5",
"karma-webpack": "^5.0.0",
"laravel-mix": "^6.0.39",
"mocha": "^9.2.2",
"node-wp-i18n": "^1.2.6",
"postcss-preset-env": "^7.0.2",
"postcss-scss": "^4.0.2",
"puppeteer": "^13.0.0",
"replace-in-file": "^6.3.2",
"rimraf": "^3.0.2",
"sass": "^1.45.0",
"sass-loader": "12.4.0",
"sinon": "^12.0.1",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"vanilla-lazyload": "^17.5.0"
}
}