-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
107 lines (107 loc) · 3.33 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "ref-core",
"version": "2.0.4",
"description": "参照基础包(@tinper/next-ui版本)",
"main": "lib/",
"directories": {
"lib": "lib",
"css": "css"
},
"bugs": {
"url": "https://github.com/tinper-acs/ref-core/issues"
},
"homepage": "https://github.com/tinper-acs/ref-core#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tinper-acs/ref-core.git"
},
"files": [
"package.json",
"lib",
"css",
"README.md"
],
"author": "[email protected]",
"dependencies": {
"array.prototype.fill": "^1.0.2",
"axios": "^0.18.0",
"fetch-jsonp": "^1.1.3",
"immutable": "^4.0.0-rc.12",
"menu-selector-tinper-next": "^1.0.0",
"object-assign": "^4.1.1",
"promise-polyfill": "^8.1.0",
"warning": "^3.0.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"autoprefixer": "^8.6.2",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-entries": "^1.0.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-ie": "~6.6.2",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-3": "^6.17.0",
"babel-runtime": "^6.20.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"glob": "^7.1.3",
"gulp": "~3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "~6.1.1",
"gulp-concat": "~2.6.0",
"gulp-conventional-changelog": "^1.1.6",
"gulp-es3ify": "0.0.0",
"gulp-eslint": "~2.0.0",
"gulp-just-replace": "~1.0.2",
"gulp-less": "^4.0.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "~1.6.0",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.5.0",
"import-local": "^2.0.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.2",
"node-sass": "^4.10.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-flexbugs-fixes": "^3.3.1",
"postcss-loader": "^2.1.6",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-hot-loader": "^4.3.12",
"react-scrollbar": "^0.5.4",
"sass-loader": "^7.0.3",
"shelljs": "^0.8.3",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^1.0.1",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --config webpack.config.dev.js",
"start": "npm run dev",
"babel": "rimraf lib && babel js -d lib",
"build": "gulp",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"prepublishOnly": "npm run build"
},
"license": "ISC"
}