-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.07 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
{
"name": "bluecadet_custom_fields",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "npx bldr build",
"clean": "rm -rfv ./assets/dist/* && rm -rfv ./modules/**/assets/dist/*",
"watch": "npx bldr watch",
"set-version": "node ./bin/version.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluecadet/bluecadet_custom_fields.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bluecadet/bluecadet_custom_fields/issues"
},
"homepage": "https://github.com/bluecadet/bluecadet_custom_fields#readme",
"dependencies": {
"@bluecadet/bldr": "^0.7.4",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-eslint": "^8.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"browser-sync": "^2.27.10",
"chalk": "^5.0.1",
"chokidar": "^3.5.3",
"colors": "^1.4.0",
"compress-images": "^2.0.5",
"date-and-time": "^2.4.3",
"esbuild": "^0.14.43",
"esbuild-plugin-eslint": "^0.0.1",
"eslint": "^8.18.0",
"essass": "^1.1.0",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
"gifsicle": "^5.2.1",
"glob": "^8.0.3",
"pngquant-bin": "^6.0.1",
"postcss": "^8.4.16",
"postcss-advanced-variables": "^3.0.1",
"postcss-assets": "^6.0.0",
"postcss-discard-comments": "^5.1.2",
"postcss-easy-import": "^4.0.0",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.8.0",
"postcss-sass": "^0.5.0",
"postcss-scss": "^4.0.4",
"postcss-syntax": "^0.36.2",
"rollup": "^2.75.6",
"rollup-plugin-build-statistics": "^0.0.19",
"rollup-plugin-terser": "^7.0.2",
"semver": "^7.3.8",
"stylelint": "^14.9.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-declaration-block-no-ignored-properties": "^2.5.0",
"stylelint-high-performance-animation": "^1.6.0",
"stylish": "^1.0.0",
"yargs": "^17.5.1"
},
"devDependencies": {
"concurrently": "^7.6.0",
"postcss-pxtorem": "^6.0.0"
}
}