forked from ta3pks/socialgin-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 2.49 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
{
"name": "socialgin",
"version": "0.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"autoprefixer": "^6.7.7",
"axios": "^0.16.2",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"base64-font-loader": "0.0.4",
"chart.js": "^2.6.0",
"css": "^2.2.1",
"css-loader": "^0.28.0",
"input-moment": "^0.3.2",
"moment": "^2.18.1",
"notifier": "git+https://github.com/turkishdeveloper/notifier.git",
"oembed": "^0.1.2",
"postcss-loader": "^1.3.3",
"react": "^0.14.6",
"react-chartjs-2": "^2.5.5",
"react-day-picker": "^5.4.2",
"react-dom": "^0.14.6",
"react-google-charts": "^1.5.5",
"react-redux": "^4.4.5",
"redux": "^3.7.2",
"simple-scrollbar": "git+https://github.com/buzinas/simple-scrollbar.git",
"style-loader": "^0.16.1",
"sweetalert": "^1.1.3",
"url-search-params": "^0.9.0",
"vue": "^2.4.2",
"vue-cli": "^2.8.1",
"vue-loader": "^11.3.3",
"webpack": "^1.12.9"
},
"devDependencies": {},
"scripts": {
"builder": "npm install && webpack --output-filename ./public/js/client-styles.min.js --config ./webpack.config.js ./bundles/client.styles.js && webpack --output-filename ./public/js/client.min.js --config ./webpack.config.js ./bundles/client.js && webpack --output-filename ./public/js/landing.min.js --config ./webpack.config.js ./bundles/landing.js && webpack --output-filename ./public/js/landing-styles.min.js --config ./webpack.config.js ./bundles/landing.styles.js ",
"dashboard-head": "webpack -w --output-filename ./public/js/client-styles.min.js --config ./webpack.config.js ./bundles/client.styles.js",
"dashboard-footer": "webpack -w --output-filename ./public/js/client.min.js --config ./webpack.config.js ./bundles/client.js",
"landing-head": "webpack -w --output-filename ./public/js/landing-styles.min.js --config ./webpack.config.js ./bundles/landing.styles.js",
"landing-footer": "webpack -w --output-filename ./public/js/landing.min.js --config ./webpack.config.js ./bundles/landing.js"
},
"author": "",
"license": "ISC"
}