-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
134 lines (134 loc) · 4.46 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"author": "Matt Harris <[email protected]> (https://charrismatic.github.io/)",
"bit": {
"componentsDefaultDirectory": "components/{name}",
"env": {
"compiler": "bit.envs/compilers/[email protected]"
},
"packageManager": "npm"
},
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"last 2 versions"
]
},
"dependencies": {
"@babel/runtime": "^7.12.1",
"bootstrap": "^4.5.3",
"codemirror": "^5.58.2",
"friendly-words": "^1.1.10",
"jquery": "^3.5.1",
"moment": "^2.29.1",
"npm": "^6.14.9",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-codemirror2": "^7.2.1",
"react-color": "^2.19.3",
"react-countup": "^4.3.3",
"react-datepicker": "^3.3.0",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.3",
"react-helmet": "^6.1.0",
"react-markdown": "^4.3.1",
"react-mde": "^10.2.1",
"react-redux": "^7.2.2",
"react-responsive-carousel": "^3.2.18",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
"react-select": "^3.1.1",
"react-window": "^1.8.6",
"redux": "^4.0.5",
"showdown": "^1.9.1",
"showdown-katex": "^0.8.0",
"sweetalert2": "^9.17.2",
"warning": "^4.0.3"
},
"devDependencies": {
"@babel/helper-builder-react-jsx": "^7.12.13",
"@babel/preset-react": "^7.12.1",
"@testing-library/dom": "^7.26.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "7.2.1",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"babel-eslint": "^10.1.0",
"chokidar": "^3.4.3",
"debug": "^4.2.0",
"eslint": "^7.12.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-app": "^6.2.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^3.10.0",
"fslightbox-react": "^1.5.0",
"sass": "^1.49.7",
"prettier": "^1.19.1",
"source-map-explorer": "^2.5.0",
"typescript": "^3.9.6"
},
"homepage": "/",
"keywords": [
"react",
"hackathon",
"code-editor"
],
"license": "GPL-3.0",
"main": "app/index.js",
"name": "ironhacks-app",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:ironhacks/ironhacks-app.git"
},
"scripts": {
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"build:analyze": "npm run build:clean && npm run build:dev && source-map-explorer 'build/static/js/*.js'",
"build:clean": "mv ./build ./.dist/current",
"build:dev": "react-scripts build",
"bump": "npm version patch",
"bump:minor": "npm version minor",
"config:linters": ".run/config-linters",
"deploy:dev": "firebase use dev && firebase deploy --only hosting",
"deploy:prod": "npm run build:clean && npm run build && firebase use prod && firebase deploy --only hosting",
"env:reset": ".run/env-reset",
"env:user": ".run/env-print",
"eslint-check": "./node_modules/.bin/eslint --print-config ./App.js | ./node_modules/.bin/eslint-config-prettier-check",
"info": "pkginfo",
"info:list:changed": ".run/info-ls-changed",
"info:list:gitchanged": ".run/info-ls-gitchanged",
"info:list:proj": "firebase projects:list",
"info:peerdeps": ".run/info-list-peerdeps",
"jest": "node_modules/.bin/jest",
"jsonlint": "jsonlint -s -p",
"lint": ".bin/_lint",
"lint:proj": ".run/lint-project",
"lint:watch": ".run/lint-watch",
"pretty": ".bin/_pretty",
"pretty:check": ".run/pretty-check",
"pretty:fix": ".run/pretty-fix",
"start": "react-scripts start",
"start:fast": "FAST_REFRESH=true react-scripts start",
"styles:build": "node-sass --output-style compressed src/styles/scss/styles.scss > src/styles/styles.css",
"styles:dev": "npm run styles:build && node-sass --output-style compressed -w -r -o src/styles src/styles/scss",
"test": "react-scripts test -env=jsdom"
},
"version": "2.2.10"
}