-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
83 lines (83 loc) · 2.48 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
{
"name": "vue-owl-ui",
"version": "0.10.5",
"description": "OWL UI · Component Design System - Cepave F2E",
"main": "./dist/owl-ui",
"scripts": {
"lint": "eslint src && stylelint 'src/**/*.scss' --syntax scss",
"test": "jest --coverage --config jest.config.json",
"dev": "webpack-dev-server --hot --inline --config webpack/client --port 3032",
"dev.ssr": "babel-node scripts/dev.ssr",
"pack.client": "webpack --progress --colors --config webpack/client",
"build.ui": "babel-node scripts/build.ui",
"build.pages": "NODE_ENV=production npm run pack.client"
},
"keywords": [
"design",
"system",
"vue",
"component",
"ui",
"owl"
],
"author": "Cepave F2E Team",
"license": "MIT",
"dependencies": {
"@cepave/owl-icons": "^1.1.1",
"delegate-to": "^0.1.4",
"lodash.escaperegexp": "^4.1.2",
"vue": "^2.3.3"
},
"devDependencies": {
"axios": "^0.16.1",
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.4.3",
"babel-preset-env": "^1.5.1",
"babel-preset-stage-2": "^6.24.1",
"cash-dom": "^1.3.5",
"chalk": "^1.1.3",
"clipboard": "^1.6.1",
"css-loader": "^0.28.2",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^7.0.1",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.4.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^3.0.0",
"html-webpack-plugin": "^2.28.0",
"identity-obj-proxy": "^3.0.0",
"isomorphic-style-loader": "^2.0.0",
"jest-cli": "^20.0.3",
"lodash.camelcase": "^4.3.0",
"lodash.escape": "^4.0.1",
"mark-it-down": "^0.3.0",
"moment": "^2.18.1",
"node-sass": "^4.5.3",
"normalize.css": "^7.0.0",
"piping": "^1.0.0-rc.3",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.5",
"shelljs": "^0.7.7",
"style-loader": "^0.18.1",
"stylelint": "^7.10.1",
"url-loader": "^0.5.8",
"vue-router": "^2.5.3",
"vue-server-renderer": "^2.3.3",
"webpack": "^2.6.0",
"webpack-dev-server": "^2.4.5"
},
"repository": "https://github.com/cepave-f2e/vue-owl-ui.git",
"bugs": {
"url": "https://github.com/cepave-f2e/vue-owl-ui/issues"
},
"homepage": "https://github.com/cepave-f2e/vue-owl-ui#readme"
}