-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
36 lines (36 loc) · 964 Bytes
/
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
{
"name": "xinxintong",
"version": "1.0.0",
"description": "信信通",
"private": true,
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"html-loader": "^0.5.5",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"raw-loader": "^3.1.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --config site.webpack.config.js -w",
"webpack": "webpack --config site.webpack.config.js -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasony62/xinxintong.git"
},
"keywords": [],
"author": "jasony62",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasony62/xinxintong/issues"
},
"homepage": "https://github.com/jasony62/xinxintong#readme"
}