This repository was archived by the owner on Mar 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.32 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.32 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
{
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-brands": "^5.0.8",
"@hyperapp/router": "^0.4.1",
"eslint": "^4.19.0",
"eslint-plugin-react": "^7.7.0",
"font-awesome": "^4.7.0",
"fontawesome": "^4.7.2",
"hyperapp": "^1.0.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"parcel-bundler": "1.4.1",
"postcss": "^6.0.16",
"postcss-modules": "^1.1.0"
},
"name": "ymodify-website",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html --no-hmr",
"lint": "eslint --ext jsx --ext js .",
"fix": "yarn run lint --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Y-modify/website.git"
},
"author": "coord.e <me@coord-e.com> (http://coord-e.com/)",
"contributor": [
"Cj_bc <cj-bc@y-modify.org> (https://github.com/Cj-bc)",
"anharu <anharu@y-modify.org> (https://github.com/anharu2394)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Y-modify/website/issues"
},
"homepage": "https://github.com/Y-modify/website#readme",
"description": "A website of Y-modify"
}