-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"name": "whisky-taste",
"version": "1.0.0",
"description": "Tasting reviews of whisky, powered by Play(Scala) & Riot.js.",
"keywords": [
"Play",
"Scala",
"Riot"
],
"repository": {
"type": "git",
"url": "git+https://github.com/keicy/whisky-taste.git"
},
"license": "ISC",
"author": "keicy",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "rollup -c",
"b": "rollup -c",
"watch": "rollup -c -w",
"w": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^0.16.2",
"bulma": "^0.6.0",
"riot": "^3.7.3",
"riot-route": "^3.1.2"
},
"devDependencies": {
"postcss-cssnext": "^3.0.2",
"rollup": "^0.45.2",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-riot": "^1.1.0",
"rollup-watch": "^4.3.1"
}
}