-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.51 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
{
"version": "0.0.0",
"private": true,
"description": "Reactive Forms for React",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/pureartisan/reactive-forms.git"
},
"author": "Prageeth Silva <prageethsilva@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pureartisan/reactive-forms/issues"
},
"homepage": "https://github.com/pureartisan/reactive-forms#readme",
"devDependencies": {
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"autoprefixer": "^10.2.5",
"css-loader": "^5.2.0",
"css-minimizer-webpack-plugin": "^1.3.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-react": "^7.22.0",
"lerna": "^3.22.1",
"postcss-loader": "^5.2.0",
"prettier": "2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rimraf": "^3.0.2",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"styles-loader": "^3.0.0",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5",
"webpack": "^5.30.0",
"webpack-cli": "^4.5.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"sideEffects": false,
"engines": {
"node": ">=10.0.0"
},
"name": "reactive-forms",
"dependencies": {
"@reactiveforms/core": "file:packages\\core"
}
}