-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 986 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"private": true,
"name": "nr1-cloud-migrator",
"version": "1.2.1",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
"eslint-check": "eslint nerdlets/",
"eslint-fix": "eslint nerdlets/ --fix"
},
"demotronId": " b469f7de-b329-4c1f-a3a2-718182fd5212",
"dependencies": {
"ace-builds": "^1.4.12",
"chart.js": "^2.9.3",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"lodash": "^4.17.20",
"prop-types": "^15.6.2",
"react-ace": "^8.0.0",
"react-select": "^3.2.0",
"react-chartjs-2": "^2.11.1",
"react-toastify": "^5.5.0",
"semantic-ui-react": "^0.88.2"
},
"browserslist": [
"last 2 versions",
"not ie < 11",
"not dead"
],
"devDependencies": {
"@newrelic/eslint-plugin-newrelic": "^0.3.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"eslint": "^6.8.0",
"prettier": "^1.19.1",
"react": "16.6.3",
"react-dom": "16.6.3"
}
}