-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
63 lines (63 loc) · 1.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
{
"name": "drupal-js-build",
"version": "1.4.0",
"description": "Command line tool to build JS files \"the Drupal way\"™ ",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/front/drupal-js-build.git"
},
"homepage": "https://github.com/front/drupal-js-build#readme",
"bugs": {
"url": "https://github.com/front/drupal-js-build/issues"
},
"author": "The Frontkom Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"Drupal",
"Frontkom",
"Javascript",
"ES6",
"CSS",
"SASS",
"SCSS"
],
"engines": {
"yarn": ">= 1.6",
"node": ">= 8.11"
},
"scripts": {
"drupal-js-build": "node ./index.js"
},
"bin": {
"drupal-js-build": "./index.js"
},
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.17.7",
"babel-plugin-add-header-comment": "^1.0.3",
"chalk": "^2.3.0",
"chokidar": "^2.0.0",
"cross-env": "^5.1.3",
"dotenv-safe": "^5.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.10.0",
"glob": "^7.1.2",
"minimist": "^1.2.6",
"mkdirp": "^0.5.1",
"prettier": "^1.14.0",
"sass": "^1.50.1",
"stylelint": "^9.1.1",
"stylelint-checkstyle-formatter": "^0.1.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-no-browser-hacks": "^1.1.0"
}
}