-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 876 Bytes
/
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
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "jest"
},
"dependencies": {
"babel": "^6.23.0",
"mixin": "^0.2.0",
"postcss": "^8.1.4",
"sass": "^1.29.0",
"scss": "^0.2.4",
"svelte": "^3.24.0",
"tree-cli": "^0.6.7"
},
"devDependencies": {
"@babel/preset-typescript": "^7.12.1",
"@snowpack/app-scripts-svelte": "^1.9.2",
"@snowpack/plugin-babel": "^2.1.4",
"@snowpack/plugin-dotenv": "^2.0.4",
"@snowpack/plugin-run-script": "^2.2.0",
"@snowpack/plugin-svelte": "^3.2.0",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/svelte": "^3.0.0",
"autoprefixer": "^10.0.1",
"cssnano": "^4.1.10",
"jest": "^26.2.2",
"postcss-cli": "^8.2.0",
"rxjs": "^6.6.3",
"snowpack": "^2.16.0",
"tailwindcss": "^1.9.6",
"typescript": "^4.0.5"
}
}