forked from gretchenfitze/billing-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.57 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
54
55
56
{
"name": "billing-form",
"version": "1.0.0",
"description": "Billing form example",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/babel-node server",
"postinstall": "./node_modules/.bin/babel-node deploy",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/gretchenfitze/billing-form.git"
},
"author": "gretchenfitze",
"license": "ISC",
"bugs": {
"url": "https://github.com/gretchenfitze/billing-form/issues"
},
"homepage": "https://billing-form.herokuapp.com/",
"dependencies": {
"autoprefixer": "^6.5.1",
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"banks-db": "^0.10.7",
"css-loader": "^0.25.0",
"express": "^4.14.0",
"fast-luhn": "^1.0.3",
"file-loader": "^0.9.0",
"http-proxy": "^1.15.2",
"json-loader": "^0.5.4",
"normalize.css": "^5.0.0",
"postcss-banks-db": "^0.7.0",
"postcss-contrast": "^0.0.4",
"postcss-import": "^9.1.0",
"postcss-load-config": "^1.0.0",
"postcss-loader": "^1.1.0",
"postcss-nested": "^1.0.0",
"style-loader": "^0.13.1",
"vanilla-masker": "^1.0.9",
"webpack": "^1.13.3",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.1"
},
"devDependencies": {
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0"
}
}