forked from UN-OCHA/common_design
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.68 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
{
"name": "common-design",
"version": "8.1.0",
"description": "OCHA Common Design base theme for Drupal 9+",
"repository": "[email protected]:UN-OCHA/common_design.git",
"author": "UN OCHA",
"license": "GPL-2.0",
"scripts": {
"css:lint": "stylelint '{css,components}/**/*.css'",
"css:lint-fix": "stylelint '{css,components}/**/*.css' --fix",
"js:lint": "eslint js/*.js",
"svg:sprite": "svg-sprite --svg-xmldecl=false --svg-doctype=false --svg-rootattrs=_config/svg-sprite.config.json --log=info --symbol --symbol-prefix='%s' --symbol-example=true --shape-id-generator='cd-icon--' --symbol-dest=img/icons --symbol-sprite=cd-icons-sprite.svg img/icons/*.svg",
"e2e": "jest _tests/*.test.js",
"ci": "jest --maxWorkers=2 _tests/*.test.js",
"test": "jest _tests/*.test.js",
"release": "standard-version"
},
"engines": {
"node": "^16.19.0",
"npm": "^8.19.3"
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"@xmldom/xmldom": "^0.8.4",
"axios": ">=0.21.2",
"babel-jest": "^29.3.1",
"core-js": "^3.20.0",
"css-what": ">=5.0.1",
"eslint": "^7.23.0",
"jest": "^29.3.1",
"jest-puppeteer": "^5.0.3",
"json-schema": ">=0.4.0",
"minimist": "^1.2.6",
"nth-check": ">=2.0.1",
"puppeteer": "^9.1.1",
"set-value": ">=4.0.1",
"standard-version": "^9.3.2",
"stylelint": "^15.6.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3",
"svg-sprite": "^2.0.2",
"trim": ">=0.0.3",
"trim-newlines": "^4.0.2",
"yargs-parser": "^18.1.3"
},
"//": "skip creation of git tags, which we manage on GitHub.",
"standard-version": {
"skip": {
"tag": true
}
}
}