-
-
Notifications
You must be signed in to change notification settings - Fork 147
/
package.json
54 lines (54 loc) · 1.48 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": "tasmocompiler",
"version": "12.3.0",
"private": true,
"proxy": "http://localhost:3001/",
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"body-parser": "^1.18.3",
"debug": "^4.1.1",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"ini": "^1.3.5",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-intl": "^6.4.4",
"react-scripts": "2.1.8",
"semver": "^7.3.5",
"shelljs": "^0.8.3",
"simple-git": "^1.110.0",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom-fourteen",
"testbackend": "jest server/ ",
"eject": "react-scripts eject",
"startdev": "concurrently --kill-others \"PORT=3001 DEBUG=\"server,git,compile\" nodemon server/app.js\" \"npm start\""
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"concurrently": "^4.1.0",
"eslint": "5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.12.4",
"jest-environment-jsdom-fourteen": "^1.0.1",
"msw": "^0.32.0",
"nodemon": "^2.0.2",
"supertest": "^6.1.3"
}
}