forked from philipjkim/vue2-flip-countdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.45 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
{
"name": "vue2-flip-countdown",
"version": "0.3.3",
"description": "A simple flip countdown timer component for Vue 2.x",
"main": "dist/vue2-flip-countdown.js",
"repository": {
"type": "git",
"url": "git+https://github.com/philipjkim/vue2-flip-countdown.git"
},
"keywords": [
"countdown",
"timer",
"vue"
],
"author": "Soo Philip Jason Kim",
"license": "MIT",
"bugs": {
"url": "https://github.com/philipjkim/vue2-flip-countdown/issues"
},
"homepage": "https://github.com/philipjkim/vue2-flip-countdown#readme",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --watch",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"prepare": "npm run build"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"cross-env": "^5.1.6",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"vue-loader": "^14.2.3",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.12.0"
}
}