-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "rimi-smart-baskets",
"version": "0.8.2",
"description": "build your cart from presets in the rimi e-store",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"test": "webpack >/dev/null && ./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darksworm/rimi-smart-baskets.git"
},
"keywords": [
"rimi",
"smart",
"basket"
],
"author": "darksworm",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/darksworm/rimi-smart-baskets/issues"
},
"homepage": "https://github.com/darksworm/rimi-smart-baskets#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@stryker-mutator/core": "^4.5.1",
"await-async-task": "^2.0.2",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.19.0",
"chai": "^4.2.0",
"jsdom": "^16.4.0",
"mocha": "^8.2.1",
"mock-local-storage": "^1.1.17",
"raw-loader": "^4.0.2",
"webpack": "^5.17.0",
"webpack-auto-inject-version": "^1.2.2",
"webpack-cli": "^4.5.0",
"webpack-shell-plugin-next": "^2.1.1"
},
"dependencies": {
"mutation-observer": "^1.0.3",
"notyf": "^3.9.0",
"sweetalert2": "^10.13.3"
}
}