-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.11 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.11 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
{
"name": "web-fractals",
"version": "1.0.0",
"main": "dist/index.js",
"author": "mghead <mghead@yandex.ru>",
"license": "MIT",
"scripts": {
"build:watch": "npx webpack --mode=development --watch",
"build": "npx webpack --mode=production",
"dev": "sh ./scripts/dev.sh",
"start": "sh ./scripts/start.sh"
},
"devDependencies": {
"eslint": "^7.20.0",
"live-server": "^1.2.1",
"prettier": "^2.2.1",
"webpack": "^5.24.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@teamsupercell/typings-for-css-modules-loader": "^2.4.0",
"@types/cookie-parser": "^1.4.2",
"@types/cookie-session": "^2.0.42",
"@types/copy-webpack-plugin": "^6.4.0",
"@types/d3-selection": "^2.0.0",
"@types/d3-zoom": "^2.0.0",
"@types/express": "^4.17.11",
"@types/lodash.identity": "^3.0.6",
"@types/mini-css-extract-plugin": "^1.2.2",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-helmet": "^6.1.0",
"@types/react-redux": "^7.1.16",
"@types/react-slider": "^1.1.1",
"@types/yargs": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.1.2",
"d3-selection": "^2.0.0",
"d3-zoom": "^2.0.0",
"dotenv": "^8.2.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.17.1",
"express-csp-header": "^4.0.0",
"gl": "^4.9.0",
"gpu.js": "^2.11.2",
"history": "^5.0.0",
"lodash.identity": "^3.0.0",
"mini-css-extract-plugin": "^1.3.8",
"node-polyfill-webpack-plugin": "^1.0.2",
"null-loader": "^4.0.1",
"path-browserify": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.2",
"react-slider": "^1.1.4",
"redux": "^4.0.5",
"redux-observable": "^1.2.0",
"rxjs": "^6.6.6",
"ts-complex-numbers": "^1.0.5",
"ts-loader": "^8.0.17",
"ts-node": "^9.1.1",
"typescript": "^4.1.5",
"yargs": "^16.2.0"
}
}