-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.02 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.02 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
67
68
{
"name": "vue-chuckadmin",
"description": "A VueJS & ChuckCSS administration",
"version": "1.0.0",
"author": "Mickael SURREL",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"test": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run"
},
"dependencies": {
"ChuckCSS": "^3",
"cross-env": "^3.2.4",
"karma-cli": "^1.0.1",
"vue": "^2.2",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.3"
},
"devDependencies": {
"accounting": "^0.4.1",
"autoprefixer": "^6.7.6",
"axios": "^0.15",
"babel-core": "^6",
"babel-loader": "^6.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.22.0",
"css-loader": "^0.25.0",
"dropzone": "^4.3.0",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^2.1",
"file-loader": "^0.9.0",
"highcharts": "^5",
"jasmine-core": "^2.5.2",
"json-loader": "^0.5.4",
"karma": "^1.5.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.30",
"karma-webpack": "^2.0.3",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"phantomjs-prebuilt": "^2.1.14",
"postcss-loader": "^1.3.3",
"style-loader": "^0.13.1",
"tinymce": "^4.5.6",
"tippy.js": "^0.4.1",
"url-loader": "^0.5.8",
"vue-axios": "^1.2.2",
"vue-cookie": "^1.1.3",
"vue-flatpickr": "^2.3.0",
"vue-head": "^2.0",
"vue-highcharts": "0.0.9",
"vue-loader": "^10.0.0",
"vue-router": "^2.2.1",
"vue-template-compiler": "^2.2",
"vue-ua": "^1.3.0",
"vuelidate": "^0.4",
"vuex": "^2.3.0"
}
}