-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.35 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
{
"name": "codepen",
"version": "0.1.0",
"private": true,
"proxy": "http://snippet.node.ed.asmer.org.ua",
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"codemirror": "^5.65.12",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"react": "^16.9.0",
"react-codemirror2": "^7.2.1",
"react-dom": "^16.9.0",
"react-easy-crop": "^4.7.4",
"react-icons": "^4.8.0",
"react-modal": "^3.16.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-scripts": "5.0.1",
"react-simple-resizer": "^2.1.0",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"sass": "^1.58.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint -c .eslintrc --ext .js,.jsx .",
"lint:fix": "npm run lint -- --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.7"
}
}