forked from codyogden/killedbygoogle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.33 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
43
44
45
{
"name": "killedbygoogle",
"version": "0.3.6",
"description": "killedbygoogle.com",
"main": "src/index.js",
"repository": "[email protected]:codyogden/makesomecoffee.git",
"author": "Cody Ogden",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@types/prop-types": "^15.5.5",
"babel-loader": "^8.0.0",
"css-loader": "^1.0.0",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-json": "^1.2.1",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"node-sass": "^4.9.3",
"react-hot-loader": "^4.3.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"date-fns": "^2.0.0-alpha.16",
"preact": "^8.3.1",
"preact-compat": "^3.18.3",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"styled-components": "^3.4.6"
},
"scripts": {
"build": "yarn lint && yarn webpack --mode=production",
"dev": "webpack-dev-server --config ./webpack.config.js --mode=development",
"lint": "eslint \"src/**/*.{jsx,js}\" && eslint graveyard.json",
"test": "yarn run build"
}
}