-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.69 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
65
66
67
68
69
{
"name": "@netbek/periodic-table",
"version": "0.1.102",
"browserslist": [
"last 5 years",
"bb >= 6",
"edge >= 16",
"ie >= 11",
"op_mini all",
"samsung >= 5"
],
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/netbek/periodic-table"
},
"files": [
"nunjucks/macros",
"src/css"
],
"scripts": {
"build-dist": "./scripts/build.sh",
"publish-dist": "./scripts/publish.sh",
"test": "echo test"
},
"author": {
"name": "Hein Bekker",
"email": "[email protected]",
"url": "http://netbek.co.za"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/netbek/periodic-table/issues"
},
"dependencies": {
"normalize-css": "git+https://github.com/necolas/normalize.css.git#02c5c7adbbec1707900fde86068405735c733b42"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"bluebird": "3.7.2",
"chrys": "4.1.2",
"esbuild": "0.24.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"fs-extra": "11.2.0",
"globby": "9.2.0",
"gulp": "4.0.2",
"gulp-gh-pages": "0.5.4",
"gulp-webserver": "0.9.1",
"livereload": "0.9.3",
"lodash": "4.17.21",
"nunjucks": "3.2.4",
"open": "8.4.2",
"patch-package": "8.0.0",
"pixrem": "5.0.0",
"postcss": "8.4.49",
"postcss-color-rgba-fallback": "4.0.0",
"postcss-opacity": "5.0.0",
"prettier": "3.3.3",
"sass-embedded": "1.81.0",
"typescript": "5.6.3"
}
}