-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.47 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
{
"name": "postcss-amplify-webpack-plugin",
"version": "0.0.0-development",
"description": "A Webpack plugin to generate a Google AMP optimized CSS file using postcss-amplify",
"keywords": [
"css",
"amp",
"google amp",
"accelerated mobile pages",
"amp-custom",
"media queries",
"important",
"prefixes",
"vendor prefixes",
"browser prefixes"
],
"author": "Lauren Ashpole <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/laurenashpole/postcss-amplify-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/laurenashpole/postcss-amplify-webpack-plugin/issues"
},
"homepage": "https://github.com/laurenashpole/postcss-amplify-webpack-plugin#readme",
"main": "index.js",
"scripts": {
"test": "jest --detectOpenHandles && eslint .",
"coverage": "jest --coverage",
"semantic-release": "semantic-release"
},
"jest": {
"testEnvironment": "node"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"postcss": "^7.0.26",
"postcss-amplify": "0.0.1"
},
"devDependencies": {
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.1.0",
"memory-fs": "^0.5.0",
"mini-css-extract-plugin": "^0.9.0",
"prettier": "^1.19.1",
"semantic-release": "^17.0.1",
"webpack": "^4.41.5"
}
}