forked from DaniTulp/aanzee-tina-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.29 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
70
71
72
73
74
75
{
"name": "@danitulp/aanzee-tina-next",
"version": "0.1.13",
"main": "./build/index.cjs.js",
"module": "./build/lib/index.js",
"types": "src/index.ts",
"sideEffects": false,
"scripts": {
"test": "jest --ci",
"test-watch": "jest --watch",
"watch": "rollup --config --watch",
"build": "rollup --config"
},
"dependencies": {
"react-hook-form": "^5.7.2"
},
"devDependencies": {
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@directus/sdk-js": "^6.1.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.3.0",
"@testing-library/react-hooks": "^3.2.1",
"@tinacms/fields": "^0.12.2",
"@tinacms/forms": "^0.6.2",
"@tinacms/react-forms": "^0.2.2",
"@tinacms/styles": "^0.5.1",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"@types/prosemirror-model": "^1.7.2",
"@types/prosemirror-state": "^1.2.4",
"@types/react": "^16.9.34",
"@types/react-test-renderer": "^16.9.2",
"@types/styled-components": "^5.1.0",
"@types/testing-library__jest-dom": "^5.9.1",
"@types/testing-library__react": "^10.0.1",
"@types/testing-library__react-hooks": "^3.2.0",
"@types/webpack": "^4.41.17",
"autoprefixer": "^9.7.6",
"identity-obj-proxy": "^3.0.0",
"install-peers-cli": "^2.2.0",
"jest": "^26.0.1",
"miragejs": "^0.1.40",
"msw": "0.18",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"react-tinacms-editor": "^0.7.2",
"react-tinacms-inline": "^0.10.0",
"rollup": "^2.15.0",
"rollup-plugin-typescript2": "^0.27.1",
"styled-components": "^5.1.0",
"tinacms": "^0.22.0",
"ts-jest": "^26.1.0",
"tslib": "^2.0.0",
"typescript": "^3.8.3"
},
"peerDependencies": {
"@directus/sdk-js": "^6.1.1",
"@tinacms/fields": "^0.12.2",
"@tinacms/forms": "^0.6.2",
"@tinacms/react-forms": "^0.2.2",
"@tinacms/styles": "^0.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-tinacms-editor": "^0.8.3",
"react-tinacms-inline": "^0.10.0",
"styled-components": "^5.1.0",
"tinacms": "^0.22.0"
},
"repository": "https://github.com/DaniTulp/aanzee-tina-next.git",
"author": "Dani Tulp <danitulp@gmail.com>",
"license": "MIT"
}