-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 1.84 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
{
"name": "@complat/chem-spectra-client",
"version": "1.3.4",
"description": "ChemSpectra client side server.",
"repository": {
"type": "git",
"url": "https://github.com/ComPlat/chem-spectra-client"
},
"proxy": "http://0.0.0.0:3007",
"license": "AGPL-3.0",
"scripts": {
"start": "PORT=3006 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"compile": "rm -rf dist && NODE_ENV=production babel --ignore tests,stories,public ./src/lib --out-dir ./dist"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"@complat/react-spectra-editor": "1.3.4",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.10",
"@mui/styles": "^5.14.10",
"base-64": "^0.1.0",
"classnames": "^2.2.6",
"humps": "^2.0.1",
"prop-types": "^15.6.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dropzone": "^8.0.3",
"react-notification-system": "^0.2.17",
"react-redux": "7.2.9",
"redux": "^4.1.1",
"redux-form": "^8.3.7",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"eslint-config-airbnb": "^17.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.0",
"react-scripts": "5.0.1",
"redux-logger": "^3.0.6"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"publishConfig": {
"access": "public"
}
}