-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.4 KB
/
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
40
41
42
{
"name": "players-react-skeleton",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://cathyob.github.io/team-roster",
"scripts": {
"start": "cross-env NODE_ENV=development parcel src/index.html -p 3000",
"build": "cross-env NODE_ENV=production parcel build src/index.html --public-url ./",
"lint:js": "eslint src/**/**/*.js src/**/**/*.jsx tests/**/**/*.js",
"lint:js-fix": "eslint --fix src/**/**/*.js src/**/**/*.jsx tests/**/**/*.js",
"lint:style": "stylelint src/**/**/*.css src/**/**/*.scss",
"lint:style-fix": "stylelint --fix src/**/**/*.css src/**/**/*.scss",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"axios": "^0.18.0",
"babel-preset-react-app": "^3.1.1",
"components": "^0.1.0",
"cross-env": "^5.2.0",
"gh-pages": "^2.0.1",
"parcel-bundler": ">=1.10.0",
"prop-types": "^15.7.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^5.0.0",
"styled-components": "^4.1.3",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"prettier": "^1.13.5",
"prettierrc": "0.0.0-5",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.2.0"
}
}