forked from cesium/moonstone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "moonstone",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"chart.js": "^2.7.3",
"dotenv": "^6.1.0",
"grommet": "2.3.1",
"grommet-controls": "0.90.9",
"grommet-icons": "4.1.0",
"lodash": "^4.17.11",
"qrcode.react": "^0.8.0",
"react": "^16.4.1",
"react-chartjs-2": "^2.7.4",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"styled-components": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"format": "prettier --write '*.{js,jsx,json,css,md}'",
"lint": "eslint --fix src/**/*.js"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-grommet": "^0.5.3",
"babel-plugin-styled-components": "^1.8.0",
"eslint": "^5.13.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.16.4"
}
}