-
Notifications
You must be signed in to change notification settings - Fork 18
/
package_old.json
69 lines (69 loc) · 2.45 KB
/
package_old.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "periodic-table.io",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"minify-constants-js": "uglifyjs src/js/constants.js --compress --mangle --output constants.min.js",
"minify-btstrp-js": "uglifyjs src/js/btstrp.list.iso.js --compress --mangle --output btstrp.list.iso.min.js",
"minify-css": "cleancss -o global.css global_actual.css",
"minify-js": "uglifyjs htmlJS_actual.js --compress --mangle --output htmlJS.js",
"minify-html": "html-minifier --collapse-whitespace --remove-comments --remove-optional-tags --remove-redundant-attributes --remove-script-type-attributes --remove-tag-whitespace --use-short-doctype --minify-css true --minify-js true --input-dir src/html --output-dir .",
"watch-js": "watch \"npm run minify-constants-js && npm run minify-btstrp-js\" ./src/js",
"watch-css": "watch \"npm run minify-css\" ./src/css",
"watch-html": "watch \"npm run minify-html\" ./src/html",
"watch": "concurrently \"npm run watch-js\" \"npm run watch-css\" \"npm run watch-html\"",
"workbox": "workbox generate:sw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/catchspider2002/periodic-table.io.git"
},
"keywords": [
"Periodic",
"Table",
"chemical",
"elements",
"interactive",
"PWA",
"properties",
"history",
"name",
"origin",
"images",
"applications",
"hazards",
"electron",
"shell",
"diagram",
"chemistry",
"electron",
"configuration",
"isotopes",
"information"
],
"author": "Naveen CS",
"license": "ISC",
"bugs": {
"url": "https://github.com/catchspider2002/periodic-table.io/issues"
},
"homepage": "https://github.com/catchspider2002/periodic-table.io#readme",
"dependencies": {
"@brainly/onesky-utils": "^1.4.1",
"dotenv": "^8.2.0",
"fs-extra": "^9.1.0",
"read-excel-file": "^5.0.0",
"watch": "^1.0.2"
},
"devDependencies": {
"@prettier/plugin-xml": "^0.13.0",
"clean-css": "^5.1.0",
"clean-css-cli": "^5.2.0",
"concurrently": "^6.0.0",
"html-minifier": "^4.0.0",
"i": "^0.3.6",
"prettier": "^2.2.1",
"uglify-es": "^3.3.9"
}
}