forked from agilgur5/front-end-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.8 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.8 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "front-end-base",
"version": "0.0.0",
"description": "Base files from which to start a front-end app",
"main": "main.js",
"dependencies": {
"blueimp-canvas-to-blob": "^3.4.0",
"classnames": "^2.2.5",
"cloudinary-core": "^2.1.1",
"core-js": "^2.4.1",
"http-client": "~4.2.0",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.1.2",
"localflavor-us-states-js": "^0.2.0",
"nanp": "^0.3.0",
"object-to-formdata": "1.0.4",
"query-string": "^4.2.3",
"react": "^15.1.0",
"react-bootstrap": "^0.30.0",
"react-bootstrap-date-picker": "^3.7.0",
"react-dom": "^15.1.0",
"react-dropzone": "^3.6.0",
"react-facebook": "^2.0.3",
"react-google-maps": "^4.11.0",
"react-sidebar": "^2.2.1",
"react-signature-canvas": "0.1.3",
"react-waypoint": "^4.1.0",
"serializr": "^1.1.8",
"shortid": "^2.2.6",
"valid-email": "0.0.2"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"css-loader": "^0.21.0",
"file-loader": "^0.9.0",
"postcss": "^5.0.10",
"postcss-cssnext": "^2.4.0",
"postcss-import": "^7.1.0",
"postcss-loader": "^0.7.0",
"rucksack-css": "^0.8.5",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch -d --progress",
"produce": "NODE_ENV=production webpack --progress",
"clean": "rm -rf build/*",
"deploy": "npm run clean && npm run produce"
},
"author": "Yorango",
"license": "Apache-2.0"
}