-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "prism",
"version": "1.0.0",
"description": "Prism",
"main": "index.js",
"dependencies": {
"axios": "^0.21.1",
"github-markdown-css": "^4.0.0",
"raf": "^3.4.1",
"virtual-scroll": "^2.1.1"
},
"devDependencies": {
"@babel/runtime": "^7.14.0",
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"archiver": "^3.0.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.4",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "^2.16.0",
"fs-extra": "^7.0.1",
"html-webpack-plugin": "^5.3.1",
"less": "^4.1.1",
"less-loader": "^9.0.0",
"prettier": "^2.2.0",
"source-map-loader": "^2.0.2",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.3",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"babel-eslint": "^10.1.0"
},
"scripts": {
"start": "NODE_ENV=development webpack && webpack serve --open ",
"build": "webpack",
"watch": "webpack --watch",
"lint": "eslint .",
"publish": "webpack && node ./pack.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wwyx778/Prism.git"
},
"author": "wwyx778",
"license": "MIT",
"bugs": {
"url": "https://github.com/wwyx778/Prism/issues"
},
"homepage": "https://github.com/wwyx778/Prism#readme"
}