-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
128 lines (128 loc) · 4.58 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
{
"name": "@mat3ra/materials-designer",
"version": "0.0.0",
"description": "Materials Designer",
"scripts": {
"start": "cross-env PORT=3001 SKIP_PREFLIGHT_CHECK=true react-scripts start",
"start-20": "cross-env PORT=3001 SKIP_PREFLIGHT_CHECK=true react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"build-20": "react-scripts --openssl-legacy-provider build",
"prepare": "husky install",
"transpile": "tsc && npm run copy-css",
"copy-css": "mkdir -p dist/stylesheets && cp src/stylesheets/* dist/stylesheets/",
"test": "echo 'Tests are in the tests subfolder. Use Node 20 (`nvm use 20`) and run `npm i` && `npm test` there'",
"lint": "eslint src && prettier --write src",
"lint:fix": "eslint src --fix && prettier --write src",
"prestart": "npm-link-shared ./node_modules/@exabyte-io/cove.js/node_modules . react; npm-link-shared ./node_modules/@exabyte-io/wave.js/node_modules . react",
"prettier": "prettier --check src tests"
},
"repository": {
"type": "git",
"url": "https://github.com/Exabyte-io/materials-designer.git"
},
"main": "dist/exports.js",
"author": "Exabyte Inc.",
"bugs": {
"url": "https://github.com/Exabyte-io/materials-designer/issues"
},
"license": "Apache-2.0",
"homepage": ".",
"dependencies": {
"@babel/cli": "7.16.0",
"@babel/core": "7.16.0",
"@babel/runtime": "7.16.7",
"@babel/runtime-corejs2": "7.16.7",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@exabyte-io/wave.js": "2024.8.1-0",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.9",
"@mui/styles": "^5.11.7",
"@mui/x-data-grid": "^6.5.0",
"@types/lodash": "^4.14.198",
"@types/react-s-alert": "^1.3.6",
"classnames": "2.3.2",
"jquery": "3.6.0",
"lodash": "^4.17.4",
"mathjs": "^3.9.0",
"mixwith": "^0.1.1",
"notistack": "^3.0.1",
"path-browserify": "^1.0.1",
"prop-types": "^15.8.0",
"react-jss": "^8.6.1",
"react-redux": "^8.0.2",
"redux": "^4.2.1",
"redux-batched-subscribe": "^0.1.6",
"redux-logger": "^3.0.6",
"redux-undo": "^1.0.0-beta9-9-7",
"sprintf-js": "^1.1.2",
"underscore": "^1.12.1",
"underscore.string": "^3.3.4"
},
"peerDependencies": {
"@exabyte-io/cove.js": "*",
"@mat3ra/code": "*",
"@mat3ra/esse": "*",
"@mat3ra/made": "*",
"@mat3ra/standata": "*",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"devDependencies": {
"@exabyte-io/cove.js": "2024.7.31-0",
"@exabyte-io/eslint-config": "^2023.8.29-1",
"@mat3ra/code": "2024.3.25-3",
"@mat3ra/esse": "2024.6.4-1",
"@mat3ra/made": "2024.7.31-1",
"@mat3ra/standata": "^2024.2.21-0",
"@mat3ra/tsconfig": "^2024.3.23-2",
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.2",
"@types/random-seed": "^0.3.3",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"babel-eslint": "^10.1.0",
"babel-preset-react-app": "^9.1.2",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-exports": "^1.0.0-beta.5",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^37.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-mui-path-imports": "0.0.15",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "7.0.4",
"lint-staged": "12.1.2",
"npm-link-shared": "^0.5.6",
"prettier": "2.5.1",
"random-seed": "^0.3.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-error-overlay": "^6.0.9",
"react-scripts": "^4.0.3"
},
"lint-staged": {
"*.{js,jsx}": "eslint --cache --fix",
"*.{js,jsx,css}": "prettier --write"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"engines": {
"node": ">=14.0",
"npm": ">=6.14"
}
}