-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
103 lines (103 loc) · 3.41 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "terrace.js",
"version": "0.8.2",
"private": false,
"scripts": {
"bin-dev": "nodemon --ignore bin/index.generated.js --ignore bin/_index.generated.js --exec 'yarn build-bin'",
"write-npmignore": "cat .gitignore > .npmignore && cat .extra.npmignore >> .npmignore ",
"write-gitignore-extra": "cat .header.gitignore > .extra.gitignore && cat .gitignore >> .extra.gitignore",
"prepare": "yarn write-npmignore",
"build-bin": "bash ./bin/build-bin.sh",
"preupdate": "yarn prepare && yarn build-bin && yarn write-gitignore-extra",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"original-start": "react-scripts start",
"start": "yarn bin-dev",
"build": "react-scripts build"
},
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"http-status-codes": "^1.3.2",
"i18next": "^15.1.0",
"i18next-browser-languagedetector": "^2.2.3",
"js-cookie": "^2.2.0",
"ls": "^0.2.1",
"node-sass": "^4.10.0",
"query-string": "^6.5.0",
"ramda": "^0.26.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-i18next": "^10.9.0",
"react-redux": "^7.0.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.0.0",
"react-toastify": "^5.1.0",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-immutable-state-invariant": "^2.1.0",
"redux-react-hook": "^3.3.1",
"redux-saga": "^0.16.0",
"storage.io": "^1.2.0",
"use-react-router": "^1.0.5",
"voca": "^1.4.0"
},
"devDependencies": {
"@types/classnames": "^2.2.7",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/i18next": "^12.1.0",
"@types/i18next-browser-languagedetector": "^2.0.1",
"@types/jest": "^23.3.10",
"@types/js-cookie": "^2.2.0",
"@types/node": "^10.12.18",
"@types/react": "^16.7.17",
"@types/react-dom": "^16.0.11",
"@types/react-redux": "^6.0.11",
"@types/react-router-dom": "^4.3.1",
"@types/react-test-renderer": "^16.0.3",
"@types/redux-immutable-state-invariant": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"axios-mock-adapter": "^1.17.0",
"babel-eslint": "^10.0.1",
"cli-progress": "^2.1.0",
"colors": "^1.3.1",
"emoji-regex": "^7.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^5.16.0",
"eslint-config-react-app": "^4.0.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-hooks": "^1.6.0",
"file-system": "^2.2.2",
"mock-local-storage": "^1.1.8",
"pluralize": "^7.0.0",
"react-test-renderer": "^16.4.2",
"readline-sync": "^1.4.9",
"recursive-copy": "^2.0.9",
"through2": "^3.0.0",
"typescript": "^3.2.2",
"yargs": "^12.0.0"
},
"description": "A `create-react-app` based frontend starter project, using `react-scripts` 2+.",
"main": "build/index.html",
"repository": "https://github.com/Shuttl-Tech/terrace.js",
"author": "jayantbh <bhawal.jayant@gmail.com>",
"license": "MIT",
"bin": {
"terrace": "bin/index.generated.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}