forked from ramiy/astra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.64 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
{
"name": "astra",
"version": "4.1.3",
"description": "A very lightweight and beautiful theme made to work with Page Builders.",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/brainstormforce/astra.git"
},
"author": "",
"engines": {
"node": ">=10.0.0",
"npm": ">=6.9.0 <7"
},
"license": "ISC",
"devDependencies": {
"@lodder/grunt-postcss": "^3.1.1",
"@wordpress/api-fetch": "^6.19.0",
"@wordpress/e2e-test-utils": "^8.6.0",
"@wordpress/env": "^4.9.0",
"@wordpress/eslint-plugin": "^10.0.1",
"@wordpress/jest-puppeteer-axe": "^4.1.0",
"@wordpress/scripts": "^24.6.0",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"grunt": "^1.6.1",
"grunt-bumpup": "^0.6.3",
"grunt-cli": "^1.3.2",
"grunt-concat-css": "^0.3.2",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-json2php": "^0.1.4",
"grunt-jsonlint": "^2.1.3",
"grunt-rtlcss": "^2.0.2",
"grunt-sass": "^3.0.2",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0",
"jest-silent-reporter": "^0.5.0",
"kind-of": ">=6.0.3",
"lodash": "^4.17.21",
"minimist": "^1.2.7",
"node-sass": "^7.0.3",
"postcss-flexibility": "git+https://github.com/Nikschavan/postcss-flexibility.git#fix-145-build",
"puppeteer": "^10.4.0"
},
"scripts": {
"pree2etests": "npm run env run cli rewrite structure %postname% --hard --quiet",
"test:e2e": "npm run pree2etests && cross-env WP_BASE_URL=http://localhost:8888 wp-scripts test-e2e --config=tests/e2e/jest.config.js",
"test:e2e:interactive": "npm run test:e2e -- --puppeteer-interactive",
"test:e2e:ci": "npm run test:e2e -- --runInBand",
"format": "wp-scripts format tests/",
"lint:css": "wp-scripts lint-style tests/",
"lint:js": "wp-scripts lint-js tests/",
"lint:js:fix": "npm run format && wp-scripts lint-js tests/ --fix",
"env:activate-astra": "wp-env run cli wp theme activate astra",
"env:deactivate-gutenberg": "wp-env run cli wp plugin deactivate gutenberg",
"env:start": "wp-env start && npm run env:activate-astra",
"env:stop": "wp-env stop",
"env:destroy": "wp-env destroy",
"env:reset-site": "wp-env clean all",
"dynamic-css": "node ./bin/scripts/dynamic-css-to-file.js http://localhost:8888 '#astra-theme-css-inline-css'",
"env": "wp-env"
}
}