-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 856 Bytes
/
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
{
"name": "powermap",
"homepage": "https://power.kreed.org",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-plugin-transform-semantic-ui-react-imports": "^1.3.1",
"less": "^3.9.0",
"mapbox-gl": "^0.52.0-beta.1",
"mapbox-gl-compare": "^0.2.0",
"react": "^16.6.3",
"react-app-rewired": "^1.6.2",
"react-dom": "^16.6.3",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"semantic-ui-less": "^2.4.1",
"semantic-ui-less-module-loader": "^1.0.0",
"semantic-ui-react": "^0.83.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"pkg": "npm run build && tar --transform 's|^build|power|' --exclude '*.geojson' -cf powermap.tar.xz build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
}
}