-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "west-moors-stores-fulfillment",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --single"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"autoprefixer": "^10.0.1",
"axios": "^0.21.1",
"date-fns": "^2.17.0",
"firebase": "^8.2.9",
"https": "^1.0.0",
"js2xmlparser": "^4.0.1",
"mongodb": "^4.0.1",
"postcss": "^8.1.0",
"quagga": "^0.12.1",
"rollup": "^2.3.4",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-replace-html-vars": "^1.0.3",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"sass": "^1.35.2",
"sirv-cli": "^1.0.0",
"svelte": "^3.26.0",
"svelte-preprocess": "^4.3.2",
"svelte-spa-router": "^3.0.5"
},
"dependencies": {
"core-js": "^3.8.1"
},
"prettier": {
"arrowParens": "avoid",
"useTabs": true,
"tabWidth": 2
}
}