-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.23 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
{
"name": "aly",
"version": "1.0.0",
"private": true,
"description": "Open-Source Application for Funnel Analysis",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/webpack",
"build:watch": "./node_modules/.bin/webpack -w",
"build:release": "./node_modules/.bin/webpack -p",
"tracker:watch": "./node_modules/.bin/webpack -w --config webpack.tracker.js",
"tracker:release": "./node_modules/.bin/webpack -p --config webpack.tracker.js",
"tracker:test": "mocha --opts mocha.opts",
"setup": "npm run build:release && npm run tracker:release",
"test": "cd web/static/elm && elm-test"
},
"author": "Nicolas Merouze <nicolas@merouze.me> (https://www.nicolasmerouze.com)",
"license": "MPL-2.0",
"dependencies": {
"autoprefixer-loader": "^3.2.0",
"chai": "^3.5.0",
"css-loader": "^0.25.0",
"elm-webpack-loader": "^3.0.6",
"extract-text-webpack-plugin": "^1.0.1",
"mocha": "^3.1.2",
"modularscale-sass": "^2.1.1",
"node-sass": "^3.10.0",
"normalize.css": "^4.2.0",
"sass-loader": "^4.0.2",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.2",
"ts-node": "^1.6.0",
"typi": "^2.3.0",
"webpack": "^1.13.2"
}
}