forked from torontojs/speakfriend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 851 Bytes
/
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
{
"name": "speakfriend",
"version": "0.1.0",
"private": true,
"dependencies": {
"pluralize": "^7.0.0",
"react": "^16.7.0-alpha.0",
"react-dom": "^16.7.0-alpha.0",
"react-reveal": "^1.2.2",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.5",
"rebass": "^3.0.0-9",
"styled-components": "^4.0.2",
"url-join": "^4.0.0"
},
"scripts": {
"ui": "react-scripts start",
"lambda": "netlify-lambda serve src/lambdas",
"start": "react-scripts start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-loader": "^8.0.4",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "^3.0.0",
"netlify-lambda": "^1.0.2",
"prettier": "^1.14.3"
}
}