-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
29 lines (29 loc) · 841 Bytes
/
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
{
"name": "preact-forms-helper",
"version": "0.7.5",
"description": "Create and control your forms in your Preact application more easily !",
"main": "src/index.js",
"dependencies": {},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-transform-react-constant-elements": "^7.10.4",
"@babel/plugin-transform-react-inline-elements": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"jest": "^26.4.2"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/AlexandreCantin/preact-forms-helper.git"
},
"keywords": [
"form",
"preact"
],
"author": "Alexandre CANTIN <[email protected]>",
"license": "MIT"
}