forked from amehime/MiniValine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.97 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "minivaline",
"version": "4.2.2-beta10",
"description": "A simple and minimalist comment system based on Leancloud.",
"main": "/dist/MiniValine.min.js",
"author": "Ruri Shimotsuki",
"scripts": {
"test": "webpack",
"build": "cross-env env_config=build webpack",
"dev": "cross-env env_config=web node_modules/.bin/webpack-dev-server --colors --hot --inline",
"clear": "rm -rf dist/* ",
"check": "eslint src",
"format": "eslint src --fix"
},
"keywords": [
"MiniValine",
"Simple Comment",
"Comment System",
"Based on Leancloud",
"Minimalist"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/amehime/MiniValine.git"
},
"bugs": {
"url": "https://github.com/amehime/MiniValine/issues"
},
"homepage": "https://github.com/amehime/MiniValine#readme",
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"@bundle-analyzer/webpack-plugin": "0.5.1",
"autoprefixer": "9.8.6",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "3.0.0",
"cross-env": "7.0.2",
"eslint": "7.10.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"exports-loader": "1.1.0",
"node-sass": "4.14.1",
"postcss-loader": "4.0.2",
"sass-loader": "10.0.2",
"style-loader": "1.2.1",
"uglifyjs-webpack-plugin": "2.2.0",
"url-loader": "4.1.0",
"webpack": "4.44.2",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
"dependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"blueimp-md5": "^2.17.0",
"css-loader": "^4.0.0",
"fibers": "^5.0.0",
"leancloud-storage": "^4.6.1",
"snyk": "^1.348.1",
"source-map": "^0.7.0",
"string-format": "^2.0.0"
},
"snyk": false
}