-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.59 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
{
"name": "rhyke",
"version": "1.0.5",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "rollup -c ./rollup/rollup.dev.config.js --watch",
"build": "rollup -c ./rollup/rollup.prod.config.js",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jrainlau/rhyke.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jrainlau/rhyke/issues"
},
"homepage": "https://github.com/jrainlau/rhyke#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"less": "^3.0.0-alpha.3",
"less-loader": "^4.0.5",
"rollup": "^0.58.2",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-livereload": "^0.6.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-postcss": "^1.6.1",
"rollup-plugin-serve": "^0.4.2",
"rollup-plugin-uglify": "^2.0.1",
"standard-version": "^4.2.0",
"style-loader": "^0.19.0",
"sweetalert": "^2.0.8",
"uglifyjs-webpack-plugin": "^1.0.1"
}
}