-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.68 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
{
"name": "fe-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "ver && NODE_ENV=production wp --config webpack.config.js --mode production --type %npm_config_type% --puzzle %npm_config_puzzle% || NODE_ENV=production wp --config webpack.config.js --mode production --type ${npm_config_type} --puzzle ${npm_config_puzzle}",
"start": "ver && wp --config webpack.config.js --mode development --type %npm_config_type% --puzzle %npm_config_puzzle%|| wp --config webpack.config.js --mode development --type ${npm_config_type} --puzzle ${npm_config_puzzle}"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@tsconfig/svelte": "^1.0.10",
"autoprefixer": "^10.2.5",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.1",
"css-minimizer-webpack-plugin": "^2.0.0",
"date-fns": "^2.20.2",
"dotenv-webpack": "^7.0.2",
"esbuild-loader": "^2.11.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.4.1",
"mini-html-webpack-plugin": "^3.1.3",
"postcss": "^8.2.10",
"postcss-load-config": "^3.0.1",
"postcss-loader": "^5.2.0",
"prettier": "^2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"svelte": "^3.37.0",
"svelte-loader": "^3.1.0",
"svelte-preprocess": "^4.7.0",
"tailwindcss": "^3.1.8",
"ts-loader": "^8.1.0",
"typescript": "^4.2.4",
"webpack": "^5.32.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-merge": "^5.7.3",
"webpack-nano": "^1.1.1",
"webpack-plugin-serve": "^1.4.1",
"webpackbar": "^5.0.0-3"
},
"dependencies": {
"axios": "^0.27.2",
"html2canvas": "^1.4.1",
"svelte-inline-svg": "^1.0.8"
}
}