forked from IAM20/github-dark-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.67 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
{
"name": "github-dark-theme",
"version": "1.1.31",
"description": "change appearance of all GitHub pages to a dark theme",
"license": "MIT",
"author": "Poy Chang <[email protected]>",
"scripts": {
"serve": "live-server",
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js",
"build-edge": "webpack --config webpack/webpack.edge.js",
"build-chrome": "webpack --config webpack/webpack.chrome.js",
"build-firefox": "webpack --config webpack/webpack.firefox.js",
"clean": "rimraf dist && rimraf dist-chrome && rimraf dist-firefox",
"version+": "node scripts/version+.js"
},
"repository": {
"type": "git",
"url": "[email protected]:poychang/github-dark-theme.git"
},
"dependencies": {
"angular": "^1.8.2",
"bulma": "^0.9.3",
"bulma-extensions": "^6.2.7",
"content-scripts-register-polyfill": "^1.0.5"
},
"devDependencies": {
"@types/angular": "^1.8.2",
"@types/chrome": "^0.0.146",
"@wext/shipit": "^0.2.1",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^3.6.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"live-server": "^1.2.1",
"node-sass": "^4.13.1",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.2",
"typescript": "~3.8.3",
"url-loader": "^4.1.0",
"webextension-polyfill-ts": "^0.15.0",
"webpack": "~4.42.1",
"webpack-cli": "~3.3.11",
"webpack-merge": "~4.2.2"
}
}