-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
135 lines (135 loc) · 5.45 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
{
"name": "fptu-app",
"version": "1.2.0",
"private": true,
"dependencies": {
"ant-design-pro": "^2.2.1",
"antd": "^3.25.3",
"axios": "^0.18.0",
"dayjs": "^1.10.4",
"debounce": "^1.2.0",
"disqus-react": "^1.0.5",
"dotenv": "6.0.0",
"enquire-js": "^0.2.1",
"express": "^4.16.2",
"firebase": "^6.3.1",
"morgan": "^1.9.1",
"node-pre-gyp": "^0.13.0",
"node-style-loader": "^0.0.1-alpha",
"rc-queue-anim": "^1.6.12",
"rc-scroll-anim": "^2.5.6",
"rc-tween-one": "^2.3.4",
"react": "^16.8.6",
"react-app-polyfill": "^0.1.3",
"react-dev-utils": "^6.0.3",
"react-dom": "^16.8.6",
"react-firebase-file-uploader": "^2.4.2",
"react-google-login": "^5.0.2",
"react-helmet-async": "^0.2.0",
"react-highlight-words": "^0.16.0",
"react-loadable": "^5.5.0",
"react-recaptcha-google": "^1.1.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-timeago": "^4.4.0",
"react-youtube": "^7.9.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"showdown": "^1.9.1",
"striptags": "^3.1.1",
"styled-components": "^4.1.3",
"uuid": "^3.3.2"
},
"scripts": {
"test": "jest",
"serve": "webpack-dev-server --config webpack/development/webpack.development.js",
"sync-source": "rm -rf dist && cp -r public/ dist",
"prod:csr": "webpack --config webpack/production/webpack.csr.js",
"prod:client": "webpack --config webpack/production/webpack.client.js",
"prod:server": "webpack --config webpack/production/webpack.server.js",
"build:prod": "npm run prod:client && npm run prod:server",
"build": "npm run sync-source && npm run build:prod",
"build:csr": "npm run sync-source && npm run prod:csr",
"start": "node ./dist/server/server.js",
"lint:code": "eslint 'src/**/*.{js,jsx,ts}'",
"lint:style": "stylelint 'src/**/*.{scss,sass}'",
"fix:code": "prettier --write 'src/**/*.{js,jsx,ts}' && eslint --fix 'src/**/*.{js,jsx,ts}'",
"fix:style": "prettier --write 'src/**/*.{scss,sass}' && stylelint --fix 'src/**/*.{scss,sass}'"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/helper-module-imports": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.2",
"@types/react-loadable": "^5.5.1",
"@types/webpack-env": "^1.13.9",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-import-inspector": "^2.0.0",
"babel-runtime": "^6.26.0",
"css-loader": "^2.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.5.0",
"eslint": "^5.11.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-react-app": "^2.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"isomorphic-style-loader": "^4.0.0",
"jest": "^24.9.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"prettier": "^1.14.3",
"prettier-eslint": "^8.8.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylelint": "^9.6.0",
"stylelint-at-rule-no-children": "^0.3.1",
"stylelint-color-format": "^0.1.1",
"stylelint-config-css-modules": "^1.3.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-sass-guidelines": "^5.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-csstree-validator": "^1.3.0",
"stylelint-declaration-block-no-ignored-properties": "^1.1.0",
"stylelint-declaration-strict-value": "^1.0.4",
"stylelint-declaration-use-variable": "^1.7.0",
"stylelint-no-unsupported-browser-features": "^3.0.2",
"stylelint-order": "^1.0.0",
"stylelint-prettier": "^1.0.3",
"stylelint-scss": "^3.3.1",
"stylelint-selector-no-utility": "^4.0.0",
"stylelint-value-no-unknown-custom-properties": "^2.0.0",
"stylelint-z-index-value-constraint": "^1.0.0",
"terser-webpack-plugin": "^1.2.3",
"ts-loader": "^5.4.5",
"typescript": "^3.4.5",
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.2.1",
"webpack-manifest-plugin": "^2.0.4"
}
}