-
Notifications
You must be signed in to change notification settings - Fork 3
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": "sdxxz",
"version": "0.0.1",
"description": "傻屌们的最爱",
"main": "main.js",
"scripts": {
"test": "mocha",
"dev": "webpack-dev-server --open --inline --config build/webpack.dev.config.js",
"build": "node build/build.js",
"start": "electron ."
},
"repository": "https://github.com/kirisakiaria/sdxxz",
"author": "",
"license": "Anti 996 License",
"keywords": [
"vue",
"Electron",
"sd"
],
"devDependencies": {
"chai": "^4.1.2",
"chalk": "^2.3.2",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.10",
"electron": "^1.8.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"file-saver": "^1.3.3",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^3.0.6",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"mocha": "^5.0.4",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.3",
"url-loader": "^1.0.1",
"vue": "^2.5.16",
"vue-loader": "^14.2.1",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.16",
"vuex": "^3.0.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12",
"webpack-dev-server": "^3.1.1",
"webpack-merge": "^4.1.2"
}
}