-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.42 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
{
"name": "ewt",
"version": "0.0.0",
"scripts": {
"dev": "rollup --config --environment BUILD:development --watch",
"build": "tsc && rollup --config",
"fix": "rollup --config --environment BUILD:fix"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@homegrown/rollup-plugin-postcss-modules": "^2.0.2",
"@rollup/plugin-alias": "^3.1.8",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@types/jquery": "^3.5.8",
"@types/tampermonkey": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"autoprefixer": "^10.3.7",
"core-js": "3.18.3",
"eslint": "^8.0.1",
"postcss": "^8.4.31",
"prettier": "2.4.1",
"rollup": "^2.58.0",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-svg-to-symbol": "^1.0.0",
"rollup-plugin-tampermonkey-header": "^0.1.6",
"typescript": "^4.4.4"
},
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@rollup/plugin-babel": "^5.3.0",
"@types/crypto-js": "^4.1.1",
"crypto-js": "^4.1.1",
"module-alias": "^2.2.3",
"rand": "^0.0.4"
},
"browserslist": "chrome >= 31, edge >= 20, safari >= 6, firefox >= 52, opera >= 15 and > 0.2%"
}