-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 KB
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
{
"name": "react-mapbox-gl-spiderifier",
"version": "1.12.0",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/thuanmb/react-mapbox-gl-spiderifier"
},
"dependencies": {
"classnames": "2.5.1",
"lodash": "4.17.21",
"mapbox-gl": "3.6.0",
"node-sass": "9.0.0",
"prop-types": "15.8.1",
"react-mapbox-gl": "5.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__ --presets=./babelPresets.js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"defaults",
"not ie 11"
],
"devDependencies": {
"@babel/cli": "7.24.8",
"babel-preset-react-app": "10.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "5.0.1"
}
}