-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.96 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "help-r2d2-escape",
"version": "0.1.0",
"private": true,
"author": {
"name": "Ahmed Tarek",
"email": "ahmed.tokyo1@gmail.com",
"url": "https://github.com/A-Tokyo"
},
"homepage": "https://help-r2-d2-escape-ai.netlify.app",
"dependencies": {
"bootstrap": "4.0.0-alpha.6",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "1.0.14",
"reactstrap": "^5.0.0-alpha.3",
"svg-inline-react": "^3.0.0"
},
"scripts": {
"start": "npm run dev",
"dev": "npm-run-all -p watch-css start-js",
"start-js": "react-scripts start",
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"build": "npm run build-css && react-scripts build",
"test": "npm run build-css && react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "yarn flow && lint-staged"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.51.0",
"husky": "^0.14.3",
"lint-staged": "^4.2.3",
"node-sass-chokidar": "^2.0.0",
"npm-run-all": "^4.1.1",
"prettier": "^1.5.3",
"react-test-renderer": "^16.0.0"
},
"lint-staged": {
"*.js": [
"prettier --single-quote --trailing-comma=es5 --parser flow --write",
"git add"
]
},
"contributors": [
{
"name": "Ahmed Tarek",
"email": "ahmed.tokyo1@gmail.com",
"url": "https://github.com/A-Tokyo"
}
]
}