forked from fetus-hina/stat.ink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.46 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.46 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "statink",
"license": "MIT",
"author": {
"name": "AIZAWA Hina",
"email": "hina@fetus.jp"
},
"dependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@fortawesome/fontawesome-free": "^6.2.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@statink/spl3-stages": "github:statink/spl3-stages#semver:^1.1",
"autoprefixer": "^10.4.13",
"axios": "^1.2.1",
"babel-loader": "^9.1.0",
"bootstrap": "^3.4.1",
"bootstrap-notify": "^3.1.3",
"bootstrap-toggle": "^2.2.2",
"bootswatch": "^3.4.1",
"bowser": "^2.11.0",
"cal-heatmap": "^3.6.2",
"chart.js": "^3.9.1",
"chartjs-plugin-datalabels": "^2.2.0",
"core-js": "^3.26.1",
"cssnano": "^5.1.14",
"emojify.js": "^1.1.0",
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
"escape-html": "^1.0.3",
"flag-icons": "^6.6.6",
"flot": "~0.8.3",
"inputmask": "^5.0.7",
"jdenticon": "^3.2.0",
"jquery": "^3.6.3",
"jquery-color": "^2.2.0",
"jquery-smooth-scroll": "^2.2.0",
"jss": "^10.9.2",
"license-checker-rseidelsohn": "^3.1.0",
"luxon": "^3.1.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"optipng-bin": "^9.0.0",
"patch-package": "^6.5.0",
"patternomaly": "^1.3.2",
"photoswipe": "^4.1.3",
"photoswipe-simplify": "0.0.3",
"postcss": "^8.4.20",
"postcss-cli": "^10.1.0",
"postcss-scss": "^4.0.6",
"punycode": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-jss": "^10.9.2",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-saga": "^1.2.2",
"regenerator-runtime": "^0.13.11",
"sass": "^1.57.1",
"semistandard": "^16.0.1",
"semver": "^7.3.8",
"stupid-table-plugin": "^1.1.3",
"stylelint": "^14.16.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"svgo": "^3.0.2",
"twemoji": "^14.0.2",
"twemoji-emojis": "^14.1.0",
"uglify-js": "^3.17.4",
"updates": "^13.2.6",
"uuidjs": "^4.2.12",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"yii2-pjax": "git+https://github.com/yiisoft/jquery-pjax.git",
"zxcvbn": "^4.4.2"
},
"scripts": {
"postinstall": "bin/npm-postinstall.sh"
},
"semistandard": {
"globals": [
"$",
"jQuery"
]
}
}