This repository has been archived by the owner on May 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.59 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": "sloth",
"version": "1.0.7",
"description": "",
"main": "index.js",
"scripts": {
"i": "node ./cli/run.js -i",
"l": "node ./cli/run.js -l",
"b": "node ./cli/run.js -b media_src",
"init": "npm run i && npm run l && npm run b",
"lint-css": "npx stylelint media_src/css/.",
"lint-js": "npx eslint media_src/js/.",
"lint": "npm run lint-css && npm run lint-js",
"update:browserlist": "npx browserslist@latest --update-db"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dgrammatiko/sloth.git"
},
"author": "Dimitris Grammatikogiannis",
"license": "ISC",
"bugs": {
"url": "https://github.com/dgrammatiko/sloth/issues"
},
"homepage": "https://github.com/dgrammatiko/sloth#readme",
"devDependencies": {
"@gfx/zopfli": "1.0.15",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-replace": "5.0.2",
"autoprefixer": "9.8.8",
"chalk": "5.2.0",
"commander": "10.0.0",
"cssnano": "5.1.14",
"eslint": "8.35.0",
"fdir": "6.0.1",
"fs-extra": "10.1.0",
"git-clone": "0.2.0",
"postcss": "8.4.21",
"postcss-cli": "8.3.1",
"postcss-custom-media": "7.0.8",
"postcss-custom-selectors": "5.1.2",
"postcss-discard-comments": "4.0.2",
"postcss-easy-import": "3.0.0",
"postcss-mixins": "7.0.3",
"postcss-nested": "5.0.6",
"postcss-preset-env": "6.7.1",
"recursive-readdir": "2.2.3",
"rollup": "2.79.1",
"rollup-plugin-terser": "6.1.0",
"stylelint": "13.3.1",
"stylelint-config-recommended": "3.0.0"
},
"dependencies": {
"naf-css": "3.0.3"
}
}