-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.95 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
{
"name": "nested-form",
"version": "0.4.7",
"private": false,
"description": "React nested form",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"start": "tsc --watch",
"sandbox": "webpack-dev-server --config ./sandbox/webpack.config.js --content-base ./sandbox/ --port 1939 --hot --inline --open"
},
"license": "MIT",
"devDependencies": {
"@types/classnames": "2.2.10",
"@types/history": "4.7.5",
"@types/json-schema": "^7.0.4",
"@types/moment": "^2.13.0",
"@types/node": "13.13.4",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.7",
"@types/react-router": "5.1.7",
"@types/react-router-dom": "^5.1.5",
"@types/webpack": "4.41.12",
"@types/webpack-env": "1.15.2",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"prettier": "^2.0.5",
"react-hot-loader": "^4.0.0",
"style-loader": "^1.2.1",
"ts-loader": "^7.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"typescript": "^3.8.3",
"unstated": "^2.1.1",
"url-parse": "^1.4.3",
"utility-types": "^3.10.0",
"url-loader": "^4.1.0",
"webpack": "^4.20.2",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.0"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-dom": ">=16.13.1"
},
"dependencies": {
"classnames": "^2.2.5",
"moment": "^2.22.2",
"react-json-edit": "^0.3.1",
"typestyle": "^2.0.1",
"utility-types": "^3.10.0"
}
}