-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
68 lines (68 loc) · 1.93 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
{
"name": "gin",
"version": "3.1.0",
"description": "Frontend build tools",
"scripts": {
"start": "npm run dev",
"dev": "webpack --progress --config webpack.config.dev.js --watch",
"build": "webpack --progress --config webpack.config.build.js"
},
"email": "[email protected]",
"author": "Sascha Eggenberger",
"license": "MIT",
"homepage": "https://sascha.is",
"keywords": [
"drupal",
"webpack",
"gin",
"frontend"
],
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.13.8",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/preset-env": "^7.13.9",
"autoprefixer": "^10.4.0",
"babel-eslint": "10.0.1",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^5.2.7",
"dotenv-webpack": "^7.0.1",
"es6-promise": "^4.1.1",
"eslint": "6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-import-resolver-webpack": "0.13.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"expose-loader": "^3.1.0",
"file-loader": "^5.0.2",
"img-loader": "^4.0.0",
"mini-css-extract-plugin": "^0.11.3",
"postcss-loader": "^6.2.1",
"postcss-perfectionist": "^2.3.9",
"postcss-rtlcss": "^3.5.2",
"raw-loader": "^4.0.2",
"sass-loader": "^12.3.0",
"sass-resources-loader": "^2.2.4",
"svg-inline-loader": "^0.8.2",
"svg-spritemap-webpack-plugin": "^4.4.0",
"url-loader": "^4.1.1",
"webpack": "^5.26.3",
"webpack-cli": "^4.5.0",
"webpack-dev-middleware": "^7.4.2",
"webpack-merge": "^5.7.3",
"webpack-notifier": "^1.13.0",
"webpack-remove-empty-scripts": "^0.7.1"
},
"dependencies": {
"core-js": "^3.9.1",
"postcss": "^8.4.47",
"postcss-rtl-logical-properties": "^1.0.7",
"sass": "^1.44.0"
},
"repository": {
"type": "git",
"url": "git.drupalcode.org/project/gin"
}
}