-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
148 lines (148 loc) · 4.64 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "base-frontend-minhluc",
"version": "1.0.0",
"description": "react client for nasa image demo project",
"main": "dist/index.js",
"scripts": {
"postinstall": "link-module-alias",
"start": "npm run dev",
"link": "link-module-alias clean && link-module-alias",
"build": "cross-env NODE_ENV=production webpack -p --colors=true --progress=true --cache=false --display-error-details=true --mode=production",
"dev": "webpack-dev-server --watch --open --hot=true --colors=true --progress=true --display-error-details=true --mode=development",
"test": "jest",
"deploy": "firebase deploy",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"_moduleAliases": {
"~root": ".",
"~components": "src/main/lib/components",
"~config": "src/main/config",
"~store": "src/main/redux/store",
"~helpers": "src/main/lib/helpers",
"~redux": "src/main/redux",
"~api": "src/main/lib/api",
"~hooks": "src/main/lib/hooks",
"scss": "src/main/scss"
},
"repository": {
"type": "git",
"url": "https://git.nfq.asia/FE.LucVanMinh/base-frontend.git"
},
"keywords": [
"react",
"pwa",
"nasa",
"images",
"jest",
"demo",
"redux"
],
"author": "minhlucvan",
"license": "ISC",
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"@babel/preset-stage-2": "^7.0.0",
"@storybook/addon-actions": "^5.2.5",
"@storybook/addon-links": "^5.2.5",
"@storybook/addons": "^5.2.5",
"@storybook/react": "^5.2.5",
"autoprefixer": "^9.7.1",
"babel-core": "^6.26.3",
"babel-engine-plugin": "^0.3.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-react-css-modules": "^5.2.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-airbnb": "^4.1.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^7.0.3",
"css-hot-loader": "^1.4.4",
"css-loader": "^3.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.2.0",
"exports-loader": "^0.7.0",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"jest-dom": "^4.0.0",
"link-module-alias": "^1.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"react-test-renderer": "^16.11.0",
"react-testing-library": "^8.0.1",
"redux-mock-store": "^1.5.3",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.2.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.2.0",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"@rooks/use-visibility-sensor": "^3.4.0",
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
"classlist-polyfill": "^1.2.0",
"core-js": "^3.3.6",
"critical": "^1.3.7",
"element-closest": "^3.0.2",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"font-awesome": "^4.7.0",
"font-awesome-filetypes": "^2.1.0",
"fuse.js": "^3.4.5",
"immutability-helper": "^3.0.1",
"loaders.css": "^0.1.2",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"normalize.css": "^8.0.1",
"normalize.scss": "^0.1.0",
"offline-plugin": "^5.0.7",
"qs": "^6.9.0",
"raf": "^3.4.1",
"react": "^16.11.0",
"react-addons-shallow-compare": "^15.6.2",
"react-block-ui": "^1.3.2",
"react-color": "^2.17.3",
"react-confirm": "^0.1.18",
"react-country-region-selector": "^1.4.5",
"react-device-detect": "^1.9.10",
"react-dom": "^16.11.0",
"react-hot-loader": "^4.12.15",
"react-icons-kit": "^1.3.1",
"react-image": "^2.2.1",
"react-infinite-scroll-hook": "^3.0.0",
"react-loaders": "^3.0.1",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.2.0",
"react-sortablejs": "^1.5.1",
"react-swipeable-views": "^0.13.3",
"react-toastify": "^5.4.0",
"redux": "^4.0.4",
"redux-localstorage": "^0.4.1",
"redux-logger": "^3.0.6",
"redux-starter-kit": "^1.0.0",
"redux-thunk": "^2.3.0"
}
}