-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.65 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
57
58
59
60
61
62
63
{
"name": "acn_ml",
"version": "1.0.0",
"main": "index.js",
"repository": {
"url": "https://github.com/developersoul/acn_ml.git",
"type": "git"
},
"scripts": {
"test": "jest",
"test:watch": "npm test -- --watch",
"build": "webpack --p",
"build:dev": "webpack"
},
"author": "Alejandro Sanabria <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.7",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.25.0",
"enzyme": "^2.7.0",
"eslint": "^3.10.0",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-sass": "^2.3.2",
"jest": "^18.1.0",
"jquery-mockjax": "^2.2.1",
"nock": "^9.0.2",
"node-sass": "^3.11.1",
"react-addons-test-utils": "^15.4.2",
"sass-loader": "^4.0.2",
"webpack": "^3.5.3"
},
"dependencies": {
"approvejs": "^2.0.0",
"array.from": "^1.0.3",
"axios": "^0.15.2",
"babel-polyfill": "^6.20.0",
"babel-preset-react": "^6.16.0",
"bootstrap": "3.3.7",
"card-validator": "^4.0.0",
"flexslider": "2.6.3",
"gulp-concat": "^2.6.1",
"jquery": "1.12.4",
"lodash": "^4.16.6",
"moment": "^2.15.2",
"promise": "^7.1.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-multiple-render": "^1.0.8",
"sidr": "2.2.1",
"stripe": "^4.12.0",
"validator": "^6.1.0",
"vue": "^1"
}
}