-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "@patternslib/pat-content-mirror",
"version": "3.0.0",
"description": "A pattern for content-mirror",
"license": "MIT",
"main": "./src/pat-content-mirror.js",
"dependencies": {
"jquery": "^3.6.0"
},
"devDependencies": {
"@patternslib/dev": "^2.2.0",
"@patternslib/patternslib": "*"
},
"scripts": {
"start": "NODE_ENV=development webpack serve --config webpack.config.js",
"build": "NODE_ENV=production webpack --config webpack.config.js",
"build:dev": "NODE_ENV=development webpack --config webpack.config.js",
"build:stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json",
"test": "jest"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"keywords": [
"patternslib"
],
"publishConfig": {
"access": "public"
},
"author": {
"name": "Syslab GesmbH",
"email": "[email protected]"
},
"homepage": "https://github.com/patternslib/pat-content-mirror",
"repository": {
"type": "git",
"url": "https://github.com/patternslib/pat-content-mirror.git"
}
}