-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.86 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.86 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "tb-skeleton",
"version": "0.3.5",
"description": "a toy bricks of skeleton",
"author": "anthinkingcoder jojo837769723@gmail.com",
"private": false,
"main": "dist/tb-skeleton.js",
"scripts": {
"build": "webpack --config build/webpack.production.config.js && sass src/styles/skeleton.scss dist/skeleton.css",
"dev": "webpack --config build/webpack.dev.config.js"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^7.1.2",
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.22.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"css-loader": "^0.28.0",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss": "^7.0.2",
"postcss-import": "^12.0.0",
"postcss-loader": "^2.0.8",
"postcss-url": "^7.3.2",
"sass": "^1.10.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.1.1",
"vue": "^2.5.17",
"vue-loader": "^15.2.7",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.16.5",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"keywords": [
"vue",
"skeleton"
],
"repository": {
"type": "git",
"url": "https://github.com/anthinkingcoder/tb-skeleton.git"
},
"license": "MIT"
}