-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.53 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "ske-12-ui",
"version": "0.1.1",
"description": "UIKit for SKE-12 Site",
"main": "lib/index.js",
"scripts": {
"start": "npm run storybook",
"storybook": "start-storybook -p 9001 -c ./",
"build:story": "build-storybook -c ./ -o docs",
"build:lib": "bnr build:lib",
"prepublishOnly": "npm run build:lib",
"lint": "eslint src",
"deploy-ghp": "npm run build:story & gh-pages -d docs"
},
"betterScripts": {
"build:lib": {
"command": "webpack -p --optimize-minimize",
"env": {
"NODE_ENV": "production",
"WEBPACK_ENV": "build"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReiiYuki/ske-12-ui.git"
},
"keywords": [
"ui",
"ske",
"ske12",
"ske-12",
"styled"
],
"author": "SKE-12",
"license": "MIT",
"bugs": {
"url": "https://github.com/ReiiYuki/ske-12-ui/issues"
},
"homepage": "https://github.com/ReiiYuki/ske-12-ui#readme",
"dependencies": {
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"styled-components": "4.3.2"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-export-default": "7.0.0-beta.32",
"@babel/plugin-proposal-export-default-from": "7.5.2",
"@babel/plugin-proposal-numeric-separator": "7.2.0",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@storybook/addon-info": "5.1.10",
"@storybook/addon-viewport": "5.1.10",
"@storybook/react": "5.1.10",
"@types/storybook__react": "4.0.2",
"@types/styled-components": "4.1.18",
"@types/webpack-env": "1.14.0",
"awesome-typescript-loader": "5.2.1",
"babel-eslint": "10.0.2",
"babel-loader": "8.0.6",
"babel-plugin-styled-components": "1.10.6",
"better-npm-run": "0.1.1",
"eslint": "6.1.0",
"eslint-config-standard": "13.0.1",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-node": "9.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-standard": "4.0.0",
"file-loader": "4.1.0",
"gh-pages": "2.1.0",
"husky": "3.0.2",
"lint-staged": "9.2.1",
"prettier": "1.18.2",
"react-docgen-typescript-loader": "3.1.0",
"react-docgen-typescript-webpack-plugin": "1.1.0",
"storybook-addon-jsx": "7.1.5",
"typescript": "3.5.3",
"webpack-cli": "3.3.6"
}
}