-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.13 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.13 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
{
"name": "hackday-scoreboard",
"version": "1.0.0",
"main": "index.js",
"homepage": "http://degrecci.github.io/hackday-scoreboard",
"license": "MIT",
"scripts": {
"start": "parcel src/index.html -d dev",
"build": "parcel build src/index.html --public-url ./",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"gh-pages": "^2.0.1",
"npm-check": "^5.9.0",
"parcel-bundler": "^1.11.0",
"react-use-fetch": "^0.0.0-alpha.1"
},
"dependencies": {
"antd": "^3.14.1",
"moment": "^2.24.0",
"react": "^16.7.0-alpha",
"react-dom": "^16.7.0-alpha",
"style.css": "^1.0.0"
}
}