forked from hallee9000/heron-handoff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.35 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "heron-handoff",
"description": "A developer-handoff tool for Figma.",
"keywords": [
"figma",
"design",
"developer-handoff",
"handoff",
"specs"
],
"bugs": {
"url": "https://github.com/leadream/heron-handoff/issues"
},
"homepage": "https://github.com/leadream/heron-handoff#readme",
"author": "leadream",
"repository": "https://github.com/leadream/heron-handoff.git",
"version": "1.2.1",
"license": "AGPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"classnames": "^2.2.6",
"color": "^3.1.2",
"file-saver": "^2.0.2",
"i18next": "^19.1.0",
"jszip": "^3.2.2",
"marked": "^0.8.0",
"prismjs": "^1.23.0",
"rc-input-number": "^4.5.3",
"rc-tooltip": "^4.0.0-alpha.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.3",
"react-i18next": "^11.3.1"
},
"peerDependencies": {
"react": "^16.8.6 || ^17",
"react-dom": "^16.8.6 || ^17"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"watch:npm": "rollup -c -w",
"build:npm": "rollup -c --environment NODE_ENV:production"
},
"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": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-image": "^2.0.6",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"react-scripts": "4.0.3",
"rollup": "^2.45.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-scss": "^2.6.1",
"rollup-plugin-uglify": "^6.0.4",
"rollup-plugin-visualizer": "^5.3.6",
"sass": "^1.56.1"
}
}