This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.76 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
{
"name": "devfest-siberia",
"version": "1.0.0",
"description": "DevFest Siberia site",
"author": "dangreen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dangreen/DevFest-Siberia"
},
"bugs": {
"url": "https://github.com/dangreen/DevFest-Siberia/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",
"build:favicons": "trigen-scripts build:favicons --appleOffset 15 --appleStartupOffset 15 -m src/manifest.json --path /favicons",
"build:docs": "trigen-scripts build:docs",
"start:storybook": "trigen-scripts start:storybook -c .storybook",
"build:storybook": "trigen-scripts build:storybook -c .storybook",
"build:norobots": "echo 'User-agent: *\nDisallow: /' > build/robots.txt",
"start": "trigen-scripts start",
"build": "trigen-scripts build",
"build:render": "trigen-scripts build:render",
"build:email": "mkdir -p build/email && mjml src/email/*.mjml -o build/email/",
"render": "trigen-scripts render",
"serve": "trigen-scripts serve"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@flexis/redux": "^1.2.0-alpha",
"@flexis/ui": "^1.2.0-beta",
"@loadable/component": "^5.10.2",
"@stylable/runtime": "^2.1.3",
"@types/google-map-react": "^1.1.6",
"@types/loadable__component": "^5.10.0",
"@types/prop-types": "^15.7.3",
"@types/qs": "^6.9.1",
"@types/react": "^16.9.34",
"@types/react-helmet": "^5.0.15",
"@types/react-router-dom": "^5.1.4",
"axios": "^0.19.2",
"core-js": "3.6.5",
"date-fns": "^2.12.0",
"date-fns-timezone": "^0.1.4",
"delay": "^4.3.0",
"google-map-react": "1.1.7",
"gsap": "^3.2.6",
"i18n-for-browser": "^2.0.1",
"i18n-for-react": "^3.0.0",
"immutable": "4.0.0-rc.12",
"js-logger": "^1.6.0",
"prop-types": "^15.6.0",
"qs": "^6.9.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-focus-lock": "^2.3.1",
"react-helmet": "^6.0.0",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"when-dom-ready": "^1.2.12"
},
"devDependencies": {
"@loadable/babel-plugin": "^5.10.0",
"@loadable/server": "^5.10.2",
"@loadable/webpack-plugin": "^5.7.1",
"@storybook/addon-viewport": "^5.3.18",
"@trigen/scripts": "5.3.0",
"@trigen/scripts-plugin-eslint": "5.3.0",
"@trigen/scripts-preset-react-app": "^5.3.2",
"@types/faker": "^4.1.11",
"faker": "^4.1.0",
"jsesc": "^3.0.1",
"mjml": "^4.6.2",
"moxios": "^0.4.0",
"webpack-bundle-analyzer": "^3.7.0"
},
"resolutions": {
"@stylable/optimizer": "2.1.1"
}
}