-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.29 KB
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
{
"name": "react-tinacms-strapi-bm-test",
"version": "0.0.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mittonface/react-tinacms-strapi.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mittonface/react-tinacms-strapi/issues"
},
"homepage": "https://github.com/mittonface/react-tinacms-strapi#readme",
"peerDependencies": {
"@tinacms/fields": "^0.12.0",
"@tinacms/media": "^0.1.0",
"@tinacms/react-forms": "^0.2.0",
"@tinacms/styles": "^0.5.1",
"react": "^16.13.1",
"react-final-form": "^6.5.0",
"styled-components": "^5.1.1",
"tinacms": "^0.21.2"
},
"dependencies": {
"axios": "^0.19.2",
"js-cookie": "^2.2.1"
},
"devDependencies": {
"@tinacms/fields": "^0.12.0",
"@tinacms/media": "^0.1.0",
"@tinacms/react-forms": "^0.2.0",
"@tinacms/styles": "^0.5.1",
"@types/js-cookie": "^2.2.6",
"@types/react": "^16.9.36",
"react-final-form": "^6.5.0",
"styled-components": "^5.1.1",
"tinacms": "^0.21.2",
"tsdx": "^0.13.2",
"typescript": "^3.9.5"
}
}