-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 916 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "style-guide-builder",
"private": true,
"skpm": {
"main": "styleguide.sketchplugin",
"manifest": "src/manifest.json"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"render": "skpm-build --watch --run",
"render:once": "skpm-build --run",
"postinstall": "npm run build && skpm-link"
},
"authors": [
{
"name": "dwbbb",
"email": "",
"url": "https://dwbbb.com"
},
{
"name": "edwon",
"email": "[email protected]",
"url": "https://e-lim.cn"
}
],
"license": "MIT",
"dependencies": {
"@skpm/builder": "^0.2.0",
"chroma-js": "^1.2.2",
"moment": "^2.22.2",
"react": "^15.4.2",
"react-primitives": "^0.5.0",
"react-sketchapp": "1.1.0",
"react-test-renderer": "^15.4.2",
"styled-components": "^3.2.6"
},
"devDependencies": {
"tinycolor2": "^1.4.1"
}
}