-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "emerald-plotly-react",
"version": "1.0.15",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "npm run build:css && babel src --out-dir dist --extensions '.jsx,.js' --copy-files",
"build:css": "sass src/styles/index.scss src/styles/index.css && npx postcss src/styles/index.css -o dist/styles.css"
},
"repository": {
"type": "git",
"url": "https://github.com/emerald-geomodelling/emerald-plotly-react"
},
"keywords": [
"plotly, react, plotting"
],
"author": "redhog, martineho",
"license": "MIT",
"files": [
"dist",
"README.md"
],
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"postcss-cli": "^11.0.0",
"resolve-url-loader": "^5.0.0"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"autoprefixer": "^10.4.16",
"emerald-json-editor-react": "^1.1.6",
"plotly.js": "^2.27.1",
"postcss": "^8.4.33",
"react-plotly.js": "^2.6.0",
"sass": "^1.69.7",
"tailwindcss": "^3.4.0"
}
}