-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
83 lines (83 loc) · 2.67 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
{
"name": "cubego-builder",
"version": "1.0.0",
"description": "cubego-builder",
"main": "app.jsx",
"scripts": {
"dev": "del-cli public/* && webpack-dev-server --hot --config webpack.dev.js --env.ENV=dev",
"buildDev": "del-cli public/* && webpack -p --config webpack.dev.js --env.ENV=dev",
"buildProd": "del-cli public/* && webpack -p --config webpack.prod.js --env.ENV=prod",
"lint:eslint": "eslint . --ext .js --ext .jsx",
"lint:eslint:fix": "yarn lint:eslint --fix",
"lint": "yarn lint:eslint",
"lint:fix": "yarn lint:eslint:fix"
},
"keywords": [
"cubego"
],
"author": "EmontAlliance Team",
"license": "ISC",
"dependencies": {
"babylonjs": "^3.3.0",
"babylonjs-gui": "^3.3.0",
"babylonjs-loaders": "^3.3.0",
"path": "^0.12.7",
"performance-now": "^2.1.0",
"prop-types": "^15.6.0",
"react": "^17.0.1",
"react-dom": "^16.2.0",
"react-localize-redux": "^2.14.1",
"react-reconciler": "^0.12.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^4.0.0",
"redux-saga": "^0.16.0"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@types/react": "^17.0.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^7.1.5",
"babel-plugin-react-html-attrs": "^2.1.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babylon-file-loader": "^0.2.1",
"build": "^0.1.4",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^1.0.0",
"csv-loader": "^3.0.2",
"del-cli": "^1.1.0",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"fs": "0.0.1-security",
"html-webpack-plugin": "^3.0.6",
"image-webpack-loader": "^4.3.1",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"prettier": "^2.2.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.1.1",
"webpack": "^4.8.3",
"webpack-bundle-analyzer": "^2.11.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2"
}
}