This repository was archived by the owner on Dec 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.42 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.42 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
38
39
40
41
42
43
44
{
"name": "@everledger/js-toolchain",
"version": "1.2.0",
"description": "Common tooling for JavaScript compilation workflows used throughout projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/EverledgerIO/js-toolchain.git"
},
"author": "Everledger.io",
"license": "MIT",
"homepage": "https://github.com/EverledgerIO/js-toolchain#readme",
"dependencies": {
"autoprefixer": "^6.5.0",
"connect-history-api-fallback": "^1.3.0",
"del": "^2.2.2",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"html-webpack-plugin": "^2.22.0",
"postcss-advanced-variables": "^1.2.2",
"postcss-automath": "^1.0.1",
"postcss-discard-comments": "^2.0.4",
"postcss-functions": "^2.1.0",
"postcss-import": "9.1.0",
"postcss-modules": "0.5.2",
"postcss-modules-component-plugin": "0.0.4",
"postcss-nested": "^1.0.0",
"postcss-sass-color-functions": "^1.1.0",
"postcss-sassy-mixins": "^2.0.0",
"postcss-scss": "^0.3.1",
"postcss-strip-inline-comments": "^0.1.5",
"ramda": "^0.22.1",
"rollup-plugin-babel": "^2.4.0",
"serve-static": "^1.11.1",
"webpack": "^2.1.0-beta.25",
"webpack-dev-middleware": "^1.8.3",
"webpack-hot-middleware": "^2.12.2",
"webpack-notifier": "^1.4.1",
"webpack-partial": "^1.5.0"
}
}