-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 KB
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
{
"name": "code-prism-highlight",
"version": "0.0.2",
"description": "code prism beautify highlight",
"main": "lib/codeHighlight.js",
"files": [
"lib"
],
"dependencies": {
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/runtime": "^7.6.0",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"chalk": "^2.4.2",
"css-loader": "^3.2.0",
"eslint": "^6.3.0",
"eslint-cli": "^1.1.1",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"ora": "^3.4.0",
"postcss-loader": "^3.0.0",
"rimraf": "^3.0.0",
"sass-loader": "^8.0.0"
},
"scripts": {
"test": "eslint --fix --ext .js src",
"build": "node script/build.js",
"release": "npm run test && npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FireLeafone/code-highlight.git"
},
"author": "NARUTOne",
"license": "MIT",
"bugs": {
"url": "https://github.com/FireLeafone/code-highlight/issues"
},
"homepage": "https://github.com/FireLeafone/code-highlight#readme"
}