-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.38 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
{
"name": "react-boilerplate",
"version": "1.0.0",
"description": "Another react boilerplate",
"main": "index.js",
"scripts": {
"prod:build": "node_modules/webpack/bin/webpack.js --config webpack.prod.js",
"dev:build": "node_modules/webpack/bin/webpack.js --config webpack.dev.js",
"dev:server": "node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.dev.js",
"lint": "node_modules/eslint/bin/eslint.js ./client/js",
"test": "node_modules/jest/bin/jest.js",
"test:watch": "node_modules/jest/bin/jest.js --watch",
"prettier": "node_modules/.bin/prettier -l ./**"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@testing-library/react": "^10.4.7",
"@trendmicro/react-buttons": "^1.3.1",
"autoprefixer": "^9.7.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.10.7",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.6.5",
"css-loader": "^3.5.3",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standart": "^0.2.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-standard": "^4.0.1",
"i18next": "^19.5.4",
"i18next-browser-languagedetector": "^5.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.1.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"postcss-cli": "^7.1.1",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-countdown": "^2.2.1",
"react-dom": "^16.13.1",
"react-facebook-pixel": "^0.1.3",
"react-ga": "^3.1.1",
"react-i18next": "^11.7.0",
"react-redux": "^7.2.0",
"react-share": "^4.2.0",
"react-toggle": "^4.1.1",
"redux": "^4.0.5",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"styled-components": "^5.1.0",
"vexflow": "^3.0.9",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
}
}