-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 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
{
"name": "codeedit",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.0.0",
"clipboard": "^1.7.1",
"codemirror": "^5.33.0",
"firebase": "^4.9.0",
"jquery": "^3.3.1",
"lodash.debounce": "^4.0.8",
"lodash.pick": "^4.4.0",
"lodash.throttle": "^4.1.1",
"popper.js": "^1.13.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-scripts": "1.1.0",
"redux": "^3.7.2",
"sweetalert": "^2.1.0"
},
"scripts": {
"lint-fix": "eslint --fix src/**/*.js",
"format-all": "prettier --single-quote --write 'src/**/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"firebase-tools": "^3.17.3",
"generact": "^0.3.1",
"imports-loader": "^0.7.1",
"prettier": "^1.10.2",
"prettier-eslint": "^8.8.1",
"prettier-eslint-cli": "^4.7.0"
}
}