-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.37 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
{
"name": "geospacial-query-helper",
"version": "0.1.0",
"description":
"Math.js is an small geospacial functions library for JavaScript.",
"author":
"Vincent Desmares <[email protected]> (https://github.com/vincentdesmares)",
"main": "./build_lib/index",
"repository": {
"type": "git",
"url": "https://github.com/vincentdesmares/geospacial-query-helper"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "8.1.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-flowtype": "^2.46.2",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "^0.69.0",
"jest": "^22.4.3",
"key-state": "^1.0.1",
"prettier-eslint": "^8.8.1",
"react": "^16.3.1",
"react-container-dimensions": "^1.3.3",
"react-dom": "^16.3.1",
"react-scripts": "1.1.4",
"tachyons": "^4.9.1",
"three": "^0.91.0"
},
"scripts": {
"start": "react-scripts start",
"build":
"react-scripts build && rm -rf docs && mv build docs && npx babel src/lib --out-dir build_lib --presets=es2015",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}