-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
95 lines (95 loc) · 2.63 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "@gouvfr/dsfr",
"version": "1.12.1",
"description": "Système de Design de l'Etat - DSFR",
"repository": "[email protected]:GouvernementFR/dsfr.git",
"author": "Service d'Information du Gouvernement <[email protected]>",
"license": "SEE LICENSE IN LICENSE.md",
"config": {
"prefix": "fr",
"namespace": "dsfr",
"organisation": "@gouvfr"
},
"engines": {
"node": ">=18.16.1"
},
"scripts": {
"test": "node tool/tool.js test",
"build": "node tool/tool.js build",
"release": "node tool/tool.js release",
"deploy": "node tool/tool.js deploy",
"standalone": "node tool/tool.js standalone",
"changelog": "node tool/tool.js changelog",
"pictogram-converter": "node tool/tool.js pictogram-converter",
"serve": "browser-sync start --server --port 8080 --startPath example/"
},
"files": [
"/dist",
"/src",
"/module",
"/standalone",
"/i18n",
"/example",
"/doc",
"/.config",
"SECURITY.md",
"CONTRIBUTING.md"
],
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-virtual": "^2.1.0",
"browser-sync": "^2.27.10",
"browserslist": "^4.21.5",
"cssnano": "^5.1.15",
"del": "^6.0.0",
"ejs": "^3.1.9",
"eslint": "^8.36.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^5.0.0",
"express": "^4.18.2",
"husky": "^7.0.4",
"jest": "^27.5.1",
"js-beautify": "^1.14.7",
"js-yaml": "^4.1.0",
"mqpacker": "^7.0.0",
"pa11y": "^6.2.3",
"parse-github-url": "^1.0.2",
"path": "^0.12.7",
"postcss": "8.4.32",
"postcss-banner": "^4.0.1",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-discard-duplicates": "^5.1.0",
"prettier": "^2.8.4",
"pure-rand": "^6.0.2",
"rollup": "^2.68.0",
"rollup-plugin-banner2": "^1.2.2",
"rollup-plugin-modify": "^3.0.0",
"rollup-plugin-prettier": "^2.2.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.59.2",
"sass-true": "^6.1.0",
"semver": "^7.5.3",
"standard": "^16.0.4",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^4.4.0",
"subset-font": "^1.6.1",
"svgo": "^2.8.0",
"yargs": "^17.7.1"
},
"peerDependencies": {
"browser-sync": "^2.27.10"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {}
}