-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.37 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
{
"name": "trnewtab",
"version": "3.0.14",
"description": "开源、简洁、快速、易用、可同步、无广告的新标签页。",
"main": "index.js",
"repository": "https://gitee.com/trlanfeng/TRNewTab.git",
"author": "孤月蓝风 <trlanfeng@foxmail.com>",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --open --config config/webpack.dev.js",
"watch": "webpack --config config/webpack.watch.js -w",
"build": "webpack --config config/webpack.prod.js"
},
"dependencies": {
"@babel/preset-env": "^7.16.11",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"date-fns": "^2.28.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"pinia": "^2.0.11",
"vue": "^3.2.31",
"vue-hot-reload-api": "^2.3.4",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@vue/component-compiler-utils": "^3.3.0",
"babel-plugin-component": "^1.1.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
}
}