-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
129 lines (129 loc) · 4.39 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
129
{
"name": "@exabyte-io/wave.js",
"version": "2022.1.12-0",
"description": "Web-based Atomic Viewer and Editor in JavaScript.",
"scripts": {
"prepublishOnly": "rm -rf dist; npm run transpile",
"start": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts start",
"start-20": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts --openssl-legacy-provider start",
"transpile": "babel --extensions '.js,.jsx,.ts,.tsx' --out-dir dist src && cp -r src/stylesheets dist/stylesheets",
"prestart": "npm-link-shared ./node_modules/@exabyte-io/cove.js/node_modules . react",
"postinstall": "npm run transpile",
"test": "npx jest",
"lint": "eslint src tests",
"lint:fix": "eslint --fix --cache src tests",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/Exabyte-io/wave.js.git"
},
"main": "dist/exports.js",
"files": [
"/dist",
"/src",
"babel.config.json"
],
"author": "Exabyte Inc.",
"bugs": {
"url": "https://github.com/Exabyte-io/wave/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Exabyte-io/wave",
"dependencies": {
"@babel/cli": "7.16.0",
"@babel/core": "7.16.0",
"@babel/eslint-parser": "7.16.3",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/preset-react": "7.16.7",
"@babel/runtime-corejs2": "7.16.7",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@exabyte-io/periodic-table.js": "2022.5.5-2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.9",
"@mui/styles": "^5.11.7",
"classnames": "^2.3.1",
"jquery": "3.6.0",
"mixwith": "^0.1.1",
"prop-types": "^15.8.0",
"react-scripts": "^4.0.3",
"typescript": "^4.9.5",
"sass": "1.45.2",
"sprintf-js": "^1.1.2",
"static-kdtree": "^1.0.2",
"three": "npm:@exabyte-io/three@2023.8.23-0",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4",
"@mui/lab": "^5.0.0-alpha.120",
"moment": "^2.29.4"
},
"peerDependencies": {
"@mat3ra/code": "*",
"@mat3ra/made": "*",
"@exabyte-io/cove.js": "*",
"@exabyte-io/esse.js": "*",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@exabyte-io/eslint-config": "^2023.8.29-1",
"@mat3ra/tsconfig": "^2024.3.21-5",
"@mat3ra/code": "^2024.3.25-3",
"@mat3ra/esse": "2024.4.19-1",
"@mat3ra/made": "2024.5.3-0",
"@exabyte-io/cove.js": "2024.7.31-0",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/underscore": "^1.11.9",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"babel-jest": "^28.1.0",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "19.0.2",
"eslint-config-prettier": "^8.5.0",
"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-simple-import-sort": "7.0.0",
"expect": "27.4.2",
"gl": "6.0.2",
"husky": "7.0.4",
"jest": "27.4.7",
"jest-canvas-mock": "^2.3.1",
"jest-environment-jsdom": "^27.5.1",
"jest-matcher-deep-close-to": "1.3.0",
"lint-staged": "^12.1.2",
"looks-same": "7.3.0",
"npm-link-shared": "^0.5.6",
"pngjs": "6.0.0",
"prettier": "2.5.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-error-overlay": "^6.0.9",
"react-test-renderer": "^17.0.0"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"engines": {
"node": ">=12.0.0"
},
"lint-staged": {
"*.{js,jsx}": "eslint --cache --fix",
"*.{js,jsx,css}": "prettier --write"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}