-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.23 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
{
"name": "indigo",
"version": "0.1.6",
"description": "DuckDuckGo Indigo Theme.",
"main": "src/js/index.js",
"scripts": {
"clean": "X delete test folder and components folder",
"build": "npm run components && npm run sass-css",
"components": "npm run components-build && npm run components-build-dark",
"components-build": "node src/js/components-build.js",
"components-build-dark": "fast-replace 'html' 'html.dark-bg' src/scss/components-build-dark/",
"test": "sass --no-source-map src/build/:test/",
"rm-stdb": "node src/js/rm_single-theme-dark-bg.js",
"postcss": "postcss test --use autoprefixer -replace --no-map --verbose",
"sass-css": "npm run test && npm run rm-stdb && npm run postcss"
},
"repository": {
"type": "git",
"url": "[email protected]:cscottyb/indigo.git"
},
"keywords": [
"duckduckgo",
"ddg",
"duck",
"indigo",
"theme"
],
"author": "Scott Borland",
"license": "MIT",
"homepage": "https://github.com/cscottyb/indigo#readme",
"dependencies": {
"autoprefixer": "^10.3.4",
"fast-replace": "^3.0.4",
"find-remove": "^3.1.0",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"recursive-copy": "^2.0.13",
"sass": "^1.42.0"
}
}