-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.96 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.96 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "weather",
"version": "0.0.0",
"description": "Architecture demo app.",
"author": "dangreen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TrigenSoftware/weather"
},
"bugs": {
"url": "https://github.com/TrigenSoftware/weather/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 --androidBackground white -m src/manifest.json",
"build:docs": "trigen-scripts build:docs",
"start:storybook": "trigen-scripts start:storybook -c .storybook",
"build:storybook": "trigen-scripts build:storybook -c .storybook",
"start": "trigen-scripts start",
"build": "trigen-scripts build",
"serve": "trigen-scripts serve"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"@flexis/redux": "^1.0.1-alpha",
"@flexis/ui": "^1.0.2-beta",
"@loadable/component": "^5.12.0",
"@stylable/runtime": "^2.1.3",
"@types/loadable__component": "^5.10.0",
"@types/prop-types": "^15.7.3",
"@types/qs": "^6.9.3",
"@types/react": "^16.9.35",
"@types/react-router-dom": "^5.1.5",
"axios": "^0.19.2",
"core-js": "3",
"date-fns": "^2.14.0",
"date-fns-timezone": "^0.1.4",
"immutable": "^4.0.0-rc.12",
"prop-types": "^15.6.0",
"qs": "^6.9.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5"
},
"devDependencies": {
"@trigen/scripts": "^6.0.0",
"@trigen/scripts-plugin-eslint": "^6.0.0",
"@trigen/scripts-preset-react-app": "^6.1.1",
"@types/faker": "^4.1.12",
"faker": "^4.1.0",
"moxios": "^0.4.0"
},
"resolutions": {
"@stylable/optimizer": "2.1.1"
}
}