-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.69 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.69 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
48
49
50
51
52
53
{
"name": "oauth-buttons",
"version": "2.0.0-SNAPSHOT",
"description": "Easily usable design system for oauth login buttons.",
"main": "index.js",
"scripts": {
"build/runtime": "webpack",
"watch/runtime": "webpack --watch",
"build": "concurrently -c blue -n \"runtime\" \"npm:build/runtime\"",
"watch": "concurrently -c blue -n \"runtime\" \"npm:watch/runtime\"",
"dev": "webpack-dev-server",
"storybook": "start-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oAuth-Buttons/next.git"
},
"author": "oauth-buttons team (https://oauth-buttons.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/oAuth-Buttons/next/issues"
},
"homepage": "https://github.com/oAuth-Buarntons/next#readme",
"devDependencies": {
"@storybook/html": "^5.3.17",
"@types/node": "^13.9.1",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"concurrently": "^5.1.0",
"css-loader": "^3.4.2",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-prettier": "^3.1.2",
"file-loader": "^5.1.0",
"fork-ts-checker-webpack-plugin": "^4.1.0",
"image-webpack-loader": "^6.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"postcss-safe-parser": "^4.0.2",
"prettier": "^1.19.1",
"style-loader": "^1.1.3",
"svg-sprite-loader": "^4.2.1",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"webfonts-loader": "^5.1.1",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {}
}