-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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
45
{
"private": true,
"name": "nr1-app-builder",
"version": "1.0.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0"
},
"nr1": {
"uuid": "f6cb8c24-bba4-4eaf-9c93-9408bf40e390"
},
"dependencies": {
"camelcase": "^6.2.0",
"console-feed": "^2.8.11",
"currencyformatter.js": "^2.2.0",
"date-and-time": "^0.14.2",
"es6-promise-pool": "^2.5.0",
"gridlex": "^2.7.1",
"handlebars": "^4.7.6",
"jsonpath-plus": "^4.0.0",
"jszip": "^3.5.0",
"just-handlebars-helpers": "^1.0.18",
"leaflet": "^1.7.1",
"moment": "^2.29.1",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-ace": "^9.2.1",
"react-datepicker": "^3.3.0",
"react-dom": "^16.6.3",
"react-inspector": "^2.3.1",
"react-leaflet": "^2.8.0",
"react-modal": "^3.12.1",
"sprintf-js": "^1.1.2",
"yaml": "^1.10.0"
},
"browserslist": [
"last 2 versions",
"not ie < 11",
"not dead"
],
"devDependencies": {
"raw-loader": "^4.0.2",
"to-js-identifier": "^1.0.0"
}
}