-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
64 lines (64 loc) · 1.7 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "periodic-table.io",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"minify-css": "cleancss -o global.css global_actual.css",
"minify-js": "uglifyjs htmlJS_actual.js --compress --mangle --output htmlJS.js"
},
"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": "MIT",
"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",
"d3plus-text": "^1.2.3",
"dotenv": "^16.0.3",
"follow-redirects": "^1.15.2",
"fs-extra": "^11.1.1",
"jsdom": "^21.1.1",
"read-excel-file": "^5.6.1",
"svg2img": "^0.9.4",
"uglify-js": "^3.17.4"
},
"devDependencies": {
"@prettier/plugin-xml": "^2.2.0",
"clean-css": "^5.3.2",
"clean-css-cli": "^5.6.2",
"convert-svg-to-png": "^0.6.4",
"i": "^0.3.7",
"prettier": "^2.8.8",
"uglify-es": "^3.3.9"
}
}