-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.67 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.67 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "infinity",
"version": "0.7.0",
"homepage": "http://inf.li",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"classnames": "^2.2.6",
"eslint": "^5.8.0",
"eslint-plugin-jest": "^21.26.2",
"husky": "^0.14.3",
"lodash": "^4.17.11",
"payment": "^2.3.0",
"prop-types": "^15.6.0",
"query-string": "^6.1.0",
"react": "^16.1.1",
"react-bootstrap": "^0.31.5",
"react-credit-cards": "^0.7.0",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-document-meta": "^2.1.2",
"react-dom": "^16.1.1",
"react-html-parser": "^2.0.1",
"react-infinite-scroller": "^1.1.2",
"react-intl": "^2.4.0",
"react-markdown-editor": "^0.6.2",
"react-masonry-css": "^1.0.11",
"react-notification-system": "^0.2.17",
"react-particles-js": "^2.2.0",
"react-quill": "^1.2.7",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-rte": "^0.16.1",
"react-select": "^1.1.0",
"react-stripe-checkout": "^2.6.3",
"react-tooltip": "^3.4.2",
"react-transition-group": "^2.2.1",
"react-virtualized": "^9.19.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"remove-markdown": "^0.3.0",
"showdown": "^1.8.2",
"tld": "^0.0.2",
"turndown": "^4.0.1",
"yarn": "^1.3.2"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.3",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"gh-pages": "^1.1.0",
"jest-localstorage-mock": "^2.2.0",
"prettier": "^1.12.1",
"pretty-quick": "^1.4.1",
"react-doc-generator": "^1.2.5",
"react-scripts": "2.0.0"
},
"scripts": {
"doc": "react-doc-generator src -o DOCUMENTATION.md",
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "SKIP_PREFLIGHT_CHECK=true react-scripts build",
"deploy": "SKIP_PREFLIGHT_CHECK=true npm run build&&gh-pages -d build",
"test": "SKIP_PREFLIGHT_CHECK=true react-scripts test --env=jsdom",
"eject": "SKIP_PREFLIGHT_CHECK=true react-scripts eject",
"precommit": "pretty-quick --staged",
"pretty-quick": "pretty-quick",
"test:debug": "react-scripts --inspect-brk test --runInBand --env=jsdom"
},
"eslintConfig": {
"parser": "babel-eslint"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}