-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.63 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
64
65
{
"name": "clout-tech-web",
"version": "1.0.0",
"description": "Web application for clout.tech",
"main": "app.js",
"scripts": {
"start": "node .",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/clout-stack/clout-tech-web"
},
"keywords": [
"clout-js"
],
"engines": {
"node": ">=v6.0.0"
},
"author": "Muhammad Dadu",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"clout-js": "^2.0.0-beta.2",
"debug": "^3.1.0",
"lodash": "^4.6.1",
"node-mailjet": "^3.2.1"
},
"devDependencies": {
"animate.css": "^3.6.1",
"autoprefixer": "^7.2.6",
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.0.0",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"html-webpack-plugin": "^2.30.1",
"load-grunt-tasks": "^3.5.0",
"mocha": "^2.4.5",
"node-sass": "^4.7.2",
"postcss-loader": "^2.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"url-loader": "^0.6.2",
"webpack": "^3.11.0"
}
}