forked from varHarrie/varharrie.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 670 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 670 Bytes
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
{
"name": "homepage",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "parcel index.html -p 80",
"dev": "parcel watch index.html -p 80",
"build": "parcel build index.html --public-url ./"
},
"keywords": [],
"author": "simplast<840004959@qq.com>",
"license": "MIT",
"devDependencies": {
"less": "^3.0.1",
"parcel-bundler": "^1.6.2",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
},
"dependencies": {
"@types/history": "^4.6.2",
"github-markdown-css": "^2.10.0",
"history": "^4.7.2",
"preact": "^8.2.7",
"preact-router": "^2.6.0",
"whatwg-fetch": "^2.0.3"
}
}