-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 905 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 905 Bytes
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
{
"name": "json_viewer",
"description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://github.com/tulios/json-viewer",
"author": "Tulio Ornelas <ornelas.tulio@gmail.com>",
"license": "MIT",
"repository": "https://github.com/tulios/json-viewer",
"private": true,
"dependencies": {
"archiver": "^7.0.1",
"clean-webpack-plugin": "^4.0.0",
"codemirror": "5.65.x",
"css-loader": "^7.1.2",
"fs-extra": "^11.3.0",
"mini-css-extract-plugin": "^2.9.2",
"mousetrap": "^1.6.5",
"node-libs-browser": "^2.2.1",
"sass": "^1.89.1",
"sass-loader": "^13.3.3",
"style-loader": "^4.0.0",
"sweetalert": "1.0.x",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1"
},
"scripts": {
"release": "NODE_ENV=production npm run build",
"build": "webpack && node ./lib/release-script"
}
}