-
Notifications
You must be signed in to change notification settings - Fork 308
/
package.json
74 lines (74 loc) · 2.27 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
70
71
72
73
74
{
"name": "twikoo",
"version": "1.6.39",
"description": "A simple comment system.",
"keywords": [
"twikoojs",
"comment",
"comment-system",
"cloudbase",
"vercel"
],
"author": "imaegoo <[email protected]> (https://github.com/imaegoo)",
"license": "MIT",
"main": "./dist/twikoo.all.min.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/twikoojs/twikoo.git"
},
"homepage": "https://twikoo.js.org",
"scripts": {
"dev": "webpack serve --mode development",
"serve": "webpack serve --mode development",
"build": "cross-env NODE_ENV=production webpack --mode production",
"analyze": "webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json",
"login": "tcb login",
"logout": "tcb logout",
"deploy": "tcb fn deploy twikoo --force",
"lint": "eslint src/** --ignore-path .eslintignore",
"docs:dev": "cd docs && yarn docs:dev",
"docs:build": "cd docs && yarn docs:build"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@cloudbase/cli": "^1.9.5",
"@cloudbase/js-sdk": "^1.7.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@webpack-cli/serve": "^1.6.0",
"babel-loader": "^8.2.3",
"blueimp-md5": "^2.19.0",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"element-ui": "^2.15.6",
"eslint": "^8.2.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^8.0.3",
"js-sha256": "^0.11.0",
"marked": "^4.0.12",
"mini-css-extract-plugin": "^2.6.1",
"owo": "^1.0.2",
"prismjs": "^1.28.0",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^5.2.5",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
}
}