-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.42 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
{
"name": "react-people",
"version": "2.0.0-beta",
"description": "SfeirSchool React v2019",
"author": "Wolfgang Goedel <[email protected]>",
"contributors": [
"Rudy Weber <[email protected]>"
],
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"start": "run-p watch:exos api serve",
"watch:exos": "parcel src/ex*/index.html src/solution/index.html src/favicon.ico",
"api": "json-server --quiet --delay=500 ./data/peopleServed.json",
"serve": "live-server --quiet --watch=\"demo01/,demo02/,demo03/\" --mount=/modules:./node_modules --no-browser ./src"
},
"dependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/standalone": "^7.8.3",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react-app": "^6.1.0",
"eslint-plugin-react-hooks": "^2.3.0",
"formik": "^2.1.2",
"json-server": "^0.15.1",
"less": "^3.10.3",
"live-server": "^1.2.1",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"parcel-bundler": "^1.12.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-api-middleware": "^3.2.0",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"rmwc": "^5.7.2",
"typescript": "^3.7.5"
}
}