-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 983 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 983 Bytes
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
{
"name": "doki-theme-vim-build",
"version": "1.0.0",
"description": "Works well with the Doki-Theme for Hyper!",
"main": "index.js",
"repository": "git@github.com:doki-theme/doki-theme-vim.git",
"author": "Alex Simons <alex@unthrottled.io>",
"license": "MIT",
"private": false,
"devDependencies": {
"@types/chrome": "^0.0.115",
"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.157",
"copy-webpack-plugin": "^6.0.2",
"doki-build-source": "84.2.7",
"fetch-css": "^3.0.1",
"jest": "^26.0.1",
"lodash": "^4.17.21",
"remap-css": "^4.7.3",
"rimraf": "^3.0.2",
"stylelint": "^15.10.1",
"ts-jest": "^26.1.0",
"ts-loader": "^7.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
},
"dependencies": {},
"scripts": {
"buildThemes": "ts-node ./src/BuildThemes.ts",
"copyAssets": "ts-node ./src/CopyAssets.ts"
}
}