-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "alo-examples",
"version": "1.0.0",
"description": "Examples for Alo",
"main": "index.js",
"scripts": {
"flow": "./node_modules/.bin/flow-watch",
"dev-server": "./node_modules/.bin/rollup -c -w",
"prod": "brunch build --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alojs/examples.git"
},
"author": "Katja Lutz",
"license": "MIT",
"bugs": {
"url": "https://github.com/alojs/examples/issues"
},
"dependencies": {
"alo": "^2.8.3",
"classlayer": "^3.0.1",
"interactjs": "^1.2.8",
"redom": "^1.12.1",
"todomvc-app-css": "^2.0.6"
},
"devDependencies": {
"babel-plugin-transform-flow-strip-types": "*",
"babel-preset-es2015": "~6.3.13",
"eslint": "*",
"eslint-config-standard-flow": "*",
"eslint-plugin-flowtype": "^2.29.1",
"flow-bin": "*",
"flow-watch": "^1.1.0",
"modular-css": "^2.0.2",
"rollup": "^0.41.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-serve": "^0.1.0",
"rollup-plugin-stylus": "^1.0.3",
"rollup-watch": "^3.2.2",
"standard-flow": "*"
}
}