-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 961 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
{
"private": true,
"name": "nr1-nerdpack-layout-4-column",
"description": "Nerdpack template nerdpack-layout-4-column",
"version": "0.1.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
"eslint-check": "eslint nerdlets/",
"eslint-fix": "eslint nerdlets/ --fix"
},
"nr1": {
"uuid": "00ab2d27-925b-4184-89d7-3182a4ca2303"
},
"bugs": {
"email": "[email protected]"
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"browserslist": [
"last 2 versions",
"not ie < 11",
"not dead"
],
"devDependencies": {
"@newrelic/eslint-plugin-newrelic": "^0.3.0",
"eslint": "^6.6.0",
"prettier": "^1.19.1",
"@semantic-release/changelog": "^3.0.5",
"@semantic-release/git": "^7.0.18"
}
}