-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.97 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
{
"name": "favicons-app",
"version": "0.1.0-alpha",
"description": "Favicons generator web app.",
"author": "dangreen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TrigenSoftware/favicons-app"
},
"bugs": {
"url": "https://github.com/TrigenSoftware/favicons-app/issues"
},
"os": [
"!win32"
],
"scripts": {
"lint:styles": "trigen-scripts lint:styles",
"lint:scripts": "trigen-scripts lint:scripts",
"lint": "trigen-scripts lint",
"jest": "trigen-scripts jest",
"test": "trigen-scripts test",
"artifacts": "trigen-scripts artifacts test/__image_snapshots__",
"build:favicons": "trigen-scripts build:favicons --appleOffset 15 --appleStartupOffset 15 -m src/manifest.json --path /favicons",
"build:docs": "./scripts/buildDocs.sh",
"start:storybook": "trigen-scripts start:storybook -c .storybook",
"build:storybook": "trigen-scripts build:storybook -c .storybook",
"build:imageProcessor": "cd src/ImageProcessor && make build_wasm",
"start": "trigen-scripts start",
"build": "trigen-scripts build",
"serve": "trigen-scripts serve"
},
"dependencies": {
"@babel/runtime": "^7.8.7",
"@flexis/favicons": "^1.4.4",
"@flexis/ui": "^1.2.0-beta",
"@loadable/component": "^5.10.2",
"@stylable/runtime": "^2.1.3",
"@types/loadable__component": "^5.10.0",
"@types/prop-types": "^15.7.2",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"canvg": "^3.0.5",
"comlink": "^4.2.0",
"core-js": "3",
"prop-types": "^15.6.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"xmldom": "^0.3.0"
},
"devDependencies": {
"@trigen/scripts": "^5.1.0",
"@trigen/scripts-plugin-eslint": "^5.1.0",
"@trigen/scripts-preset-react-app": "^5.1.2",
"@types/faker": "^4.1.10",
"faker": "^4.1.0",
"webpack-bundle-analyzer": "^3.6.1",
"worker-loader": "^2.0.0"
},
"resolutions": {
"@stylable/optimizer": "2.1.1"
}
}