forked from torontojs/torontojs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "tjs",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-minimal": "^0.4.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.3",
"flow-bin": "^0.44.2",
"gh-pages": "^0.12.0",
"gitmoji-cli": "^1.5.2",
"husky": "^0.13.3",
"react-scripts": "^0.9.5"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"color": "^1.0.3",
"react": "^16.0.0",
"react-add-to-calendar": "^0.1.5",
"react-dom": "^16.0.0",
"react-markdown": "^2.5.0",
"react-rotating-text": "^1.2.0",
"react-router-dom": "^4.1.1",
"recompose": "^0.23.1",
"styled-components": "^6.0.4"
},
"homepage": "https://torontojs.github.io",
"scripts": {
"build": "react-scripts build",
"commit": "gitmoji -c",
"deploy": "npm run build && gh-pages -d build",
"eject": "react-scripts eject",
"precommit": "eslint src --fix && git add -A",
"start": "react-scripts start",
"test": "eslint src && flow"
}
}