-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.48 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.48 KB
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
{
"name": "apikachu-store",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development --env development --config webpack.dev.js",
"lint": "eslint . --fix",
"build": "webpack --mode production --env production --config webpack.prod.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@storybook/addon-actions": "^6.3.0-alpha.45",
"@storybook/addon-essentials": "^6.3.0-alpha.45",
"@storybook/addon-links": "^6.3.0-alpha.45",
"@storybook/builder-webpack5": "^6.3.0-alpha.45",
"@storybook/html": "^6.3.0-alpha.45",
"@storybook/manager-webpack5": "^6.3.0-alpha.41",
"babel-loader": "^8.2.2",
"babel-plugin-html-tag": "^2.0.1",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.4",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.2",
"prettier": "^2.2.1",
"sass": "^1.32.13",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@yaireo/ui-range": "^2.1.15",
"panic-overlay": "^1.0.51"
}
}