-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1018 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
37
38
39
{
"name": "uvstat",
"version": "1.0.8",
"description": "Statistics tool for static page",
"main": "dist/index.min.js",
"funding": "https://ld246.com/sponsor",
"jsdelivr": "dist/index.min.js",
"files": [
"dist/*"
],
"author": "Vanessa <v@b3log.org> (http://vanessa.b3log.org)",
"license": "MIT",
"repository": "git://github.com/Vanessa219/uvstat.git",
"bugs": {
"url": "https://github.com/Vanessa219/uvstat/issues"
},
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --config webpack.start.js",
"lint": "tslint --fix -c tslint.json 'src/**/*.ts'"
},
"keywords": [
"Statistics",
"Static web page",
"B3log"
],
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"babel-loader": "^8.0.6",
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}