-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.61 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
{
"name": "datocms-plugin-phosphoricons",
"homepage": "https://github.com/pfferrari/datocms-plugin-phosphoricons",
"version": "0.0.1",
"description": "An unofficial plugin that allows usage of Phosphor Icons in DatoCMS",
"dependencies": {
"@phosphor-icons/core": "^2.0.2",
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"datocms-plugin-sdk": "^0.5.2",
"datocms-react-ui": "^0.5.2",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"typescript": "^4.6.3"
},
"scripts": {
"start": "cross-env BROWSER='none' PUBLIC_URL='/' react-scripts start",
"build": "cross-env PUBLIC_URL='.' react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepublishOnly": "npm run build"
},
"keywords": [
"datocms",
"datocms-plugin",
"field-editor",
"phosphor-icons",
"icons"
],
"files": [
"docs",
"build"
],
"author": "Pier Francesco Ferrari <pier.ferrari@gmail.com>",
"license": "MIT",
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/lodash": "^4.14.177",
"cross-env": "^7.0.3"
},
"datoCmsPlugin": {
"title": "Phosphor Icons",
"previewImage": "docs/preview.gif",
"coverImage": "docs/cover.png",
"entryPoint": "build/index.html"
}
}