This repository was archived by the owner on Aug 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 4.39 KB
/
Copy pathpackage.json
File metadata and controls
114 lines (114 loc) · 4.39 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
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "ae3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env BRANCH_NAME=`git symbolic-ref --short HEAD` webpack-dev-server --mode development --content-base dist/ --host 0.0.0.0 --port 8383 --progress --history-api-fallback --no-inline",
"start-hot": "cross-env BRANCH_NAME=`git symbolic-ref --short HEAD` webpack-dev-server --mode development --content-base dist/ --host 0.0.0.0 --port 8383 --progress --history-api-fallback --inline --hot",
"build": "cross-env BRANCH_NAME=`git symbolic-ref --short HEAD` NODE_ENV=production webpack --mode production --progress",
"webpack": "webpack --mode development --progress",
"check": "npm run eslint; npm run stylelint; npm run flow;",
"check:fix": "npm run prettier; npm run eslint:fix; npm run stylelint:fix; npm run flow;",
"eslint": "eslint .",
"eslint:fix": "eslint . --fix",
"stylelint": "stylelint ./**/*.scss",
"stylelint:fix": "stylelint ./**/*.scss --fix",
"flow": "flow stop; flow;",
"prettier": "prettier --write \"./www/**/*.js\"",
"mdlint": "eslint --ext md .",
"mdlint:fix": "eslint --ext md . --fix",
"flow-coverage": "flow-coverage-report --config ./flow-coverage-config.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tweenjs/tween.js": "^17.3.0",
"classnames": "^2.2.6",
"fastclick": "^1.0.6",
"lodash": "^4.17.11",
"main-model": "^0.0.8",
"pixel-art-2-svg": "^0.1.5",
"pixi-viewport": "^3.17.0",
"pixi.js": "^4.8.5",
"query-string": "^6.2.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-transition-group": "^2.5.3",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sha1": "^1.1.1",
"socket.io-client": "^2.2.0",
"swiper": "^4.4.6",
"timer-stopwatch": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/plugin-transform-strict-mode": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.3.1",
"autoprefixer": "^9.4.7",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-flow-runtime": "^0.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"base64-inline-loader": "^1.1.1",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"css-modules-flow-types-loader": "^1.1.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^5.13.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-lodash": "^5.1.0",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-no-use-extend-native": "^0.4.0",
"eslint-plugin-optimize-regex": "^1.1.6",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-sonarjs": "^0.2.0",
"eslint-plugin-unicorn": "^7.1.0",
"flow-bin": "^0.92.0",
"flow-coverage-report": "^0.6.1",
"flow-runtime": "^0.17.0",
"flow-typed": "^2.5.1",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"prettier": "^1.16.3",
"react-hot-loader": "^4.6.5",
"redux-devtools-extension": "^2.13.8",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "^2.1.3",
"style-loader": "^0.23.1",
"stylelint": "^9.10.1",
"stylelint-config-sass-guidelines": "^5.3.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.5.2",
"terser-webpack-plugin": "^1.2.1",
"webpack": "^4.29.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}