-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 2.04 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
{
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@parcel/config-default": "2.0.0-beta.3.1",
"@parcel/transformer-typescript-tsc": "^2.0.0-alpha.3",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@tsconfig/svelte": "^1.0.13",
"babel-loader": "^8.2.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^5.2.6",
"marked": "^1.2.9",
"parcel": "^2.0.0-beta.3.1",
"parcel-transformer-svelte": "^1.1.1",
"rollup-plugin-postcss": "^3.1.8",
"style-loader": "^2.0.0",
"svelte-check": "^1.6.0",
"svelte-preprocess": "^4.7.3",
"terser-webpack-plugin": "^5.1.3",
"ts-loader": "^8.3.0",
"tslib": "^2.3.0",
"typescript": "^3.9.10",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@reactivex/rxjs": "^6.6.7",
"@types/synaptic": "^1.0.3",
"ajax-hook": "^2.0.3",
"ansi-html": "0.0.7",
"ansi-to-html": "^0.6.15",
"ansi_up": "^4.0.4",
"autoprefixer": "^9.8.6",
"firebase": "^7.24.0",
"glob": "^7.1.7",
"idb": "^5.0.8",
"postcss-modules": "^2.0.0",
"rollup-plugin-typescript2": "^0.27.3",
"rrweb": "^0.7.33",
"rxjs": "^6.6.7",
"segment": "^0.1.3",
"svelte": "^3.38.3",
"svelte-loader": "^2.13.6",
"synaptic": "^1.1.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue": "*",
"webpack": "^4.46.0",
"webpack-dev-server": "^3.11.2",
"wired-elements": "^2.1.2"
},
"scripts": {
"dev": "npx webpack-dev-server --config webpack.config.js --mode development",
"build": "webpack --config webpack.config.js",
"buildAll": "node ./build.js",
"test": "npx parcel@next build ./api自动提取/api自动提取.user.ts"
},
"browserslist": "last 3 chrome versions",
"sideEffects": false
}