-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.17 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.17 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "labs.baohouse.net",
"version": "2.0.1",
"private": true,
"description": "BẢOLABS",
"scripts": {
"build": "npm run clean && webpack -p --progress",
"clean": "rimraf build",
"debug": "webpack -p --progress --display-modules --sort-modules-by size",
"start": "webpack-dev-server --devtool eval-source-map --history-api-fallback --open",
"tslint": "tslint src/**/*.ts{,x}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baohouse/labs.baohouse.net.git"
},
"author": "Bao Ngo <bao@baohouse.net>",
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/polyfill": "^7.7.0",
"@babel/register": "^7.7.7",
"@knight-lab/timelinejs": "^3.8.18",
"antd": "^4.18.5",
"antd-mobile": "^2.3.4",
"axios": "^0.19.0",
"core-js": "^3.6.0",
"flickr-sdk": "^3.9.0",
"liblouis": "^0.4.0",
"liblouis-build": "liblouis/js-build#commit-4c8fbf",
"lodash": "^4.17.15",
"mobx": "^5.15.1",
"mobx-react": "^6.1.4",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-container-query": "^0.13.0",
"react-crossfade-image": "^1.2.0",
"react-dom": "^16.12.0",
"react-ga": "^2.7.0",
"react-google-font-loader": "^1.1.0",
"react-helmet": "^5.2.1",
"react-lazyload": "^2.6.5",
"react-router-dom": "^5.1.2",
"react-transition-group": "^4.3.0",
"react-webcam": "^4.0.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-syntax-decorators": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-syntax-jsx": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.7",
"@types/history": "^4.7.3",
"@types/lodash": "^4.14.149",
"@types/prop-types": "^15.7.3",
"@types/pure-render-decorator": "^0.2.28",
"@types/react": "^17.0.38",
"@types/react-addons-css-transition-group": "^15.0.5",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^5.0.14",
"@types/react-lazyload": "^2.6.0",
"@types/react-router-dom": "^5.1.3",
"@types/react-transition-group": "^4.2.3",
"@types/styled-components": "^5.1.21",
"ajv": "^6.10.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.13.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-styled-components": "^1.10.6",
"css-loader": "^3.4.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"file-loader": "^5.0.2",
"immutable": "^4.0.0-rc.12",
"less": "^4.1.1",
"less-loader": "^5.0.0",
"raw-loader": "^4.0.0",
"rimraf": "^3.0.0",
"script-loader": "^0.7.2",
"style-loader": "1.0.2",
"stylis": "^3.5.4",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"typescript": "^4.5.5",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"xml-loader": "^1.2.1"
},
"resolutions": {
"**/js-yaml": "^3.13.1",
"**/react": "^16.12.0",
"**/react-dom": "^16.12.0"
}
}