-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.16 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
{
"name": "svelte-app",
"version": "1.0.0",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.2",
"@sveltech/routify": "^1.5.2",
"cross-env": "^5.2.1",
"css-loader": "^2.1.1",
"dotenv-webpack": "^1.8.0",
"mini-css-extract-plugin": "^0.6.0",
"postcss": "^7.0.27",
"postcss-cli": "^7.1.0",
"postcss-load-config": "^2.1.0",
"serve": "^11.0.0",
"style-loader": "^0.23.1",
"svelte": "^3.0.0",
"svelte-loader": "2.13.3",
"svelte-preprocess": "^3.7.4",
"tailwindcss": "^1.3.5",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"dev": "run-p watch:routify watch:webpack watch:tailwind",
"watch:webpack": "webpack-dev-server",
"watch:routify": "routify -d",
"watch:tailwind": "postcss public/global.css -o public/index.css -w",
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"aws-amplify": "^3.0.8",
"babel-plugin-inline-dotenv": "^1.5.0",
"dotenv": "^8.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"npm-run-all": "^4.1.5",
"run-p": "0.0.0",
"svelte-persistent-store": "^0.1.2"
}
}