-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
68 lines (68 loc) · 1.92 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": "colette-kss-builder",
"version": "5.4.1",
"description": "The Colette’s Twig.js builder for kss-node.",
"author": "20 Minutes <[email protected]>",
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"*.twig",
"kss-assets/**/*",
"extend/**/*"
],
"scripts": {
"test": "./node_modules/.bin/eslint .",
"prepack": "npm run build",
"build": "./node_modules/.bin/webpack"
},
"engines": {
"node": ">=12"
},
"devDependencies": {
"@accede-web/tablist": "^2.0.1",
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-strict-mode": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"colette": "^5.0.0-alpha.0",
"core-js": "^3.8.1",
"css-loader": "^6.2.0",
"eslint": "^8.8.0",
"eslint-config-20minutes": "^1.0.8",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.16.0",
"headroom.js": "^0.12.0",
"highlight.js": "^11.0.1",
"mini-css-extract-plugin": "^2.2.0",
"postcss-custom-properties": "github:ryuran/postcss-custom-properties#build",
"postcss-loader": "^7.0.0",
"postcss-variables-prefixer": "^1.0.0",
"scrollspy-js": "^0.1.3",
"stylus": "^0.59.0",
"stylus-loader": "^7.0.0",
"webpack": "^5.10.3",
"webpack-cli": "^4.0.0"
},
"peerDependencies": {
"kss": "^3.0.0"
},
"dependencies": {
"details-element-polyfill": "^2.4.0",
"glob": "^8.0.1",
"js-beautify": "^1.10.2"
},
"repository": {
"type": "git",
"url": "https://github.com/20minutes/colette-kss-builder.git"
},
"bugs": {
"url": "https://github.com/20minutes/colette-kss-builder/issues"
},
"homepage": "https://github.com/20minutes/colette-kss-builder"
}