This repository was archived by the owner on Mar 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.22 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.22 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "react-pack-fullstack",
"version": "1.0.2",
"description": "A fullstack javascript app that uses React, Alt, and Sails.",
"keywords": [],
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.3",
"css-loader": "^0.14.5",
"del": "^2.2.0",
"harmony": "0.0.1",
"jade": "^1.11.0",
"jade-loader": "^0.7.1",
"json-loader": "^0.5.2",
"jsx-control-statements": "^1.1.2",
"jsx-loader": "^0.13.2",
"node-sass": "^3.3.3",
"react-edit-inline": "^1.0.3",
"react-hot-loader": "^1.3.0",
"react-inlinesvg": "^0.4.2",
"sails.io.js": "^0.11.7",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"file-loader": "^0.8.5",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"alt": "^0.17.3",
"bootstrap": "^3.3.5",
"ejs": "~0.8.4",
"es6-promise": "^3.0.2",
"gen-run": "^0.1.2",
"grunt": "0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "0.11.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-sails-linker": "~0.9.5",
"grunt-sync": "~0.0.4",
"history": "^1.13.1",
"include-all": "~0.1.3",
"jquery": "^2.1.4",
"kerberos": "0.0.17",
"rc": "~0.5.0",
"react": "^0.14.3",
"react-bootstrap": "^0.27.3",
"react-dom": "^0.14.3",
"react-router": "^1.0.2",
"sails": "~0.11.0",
"sails-disk": "~0.10.0",
"sails-mongo": "^0.11.4",
"sails-mysql": "^0.11.0",
"url": "^0.11.0"
},
"scripts": {
"env": "env",
"watch": "node ./tasks/watch.js",
"console": "node ./tasks/console.js",
"build": "node ./tasks/build.js",
"clean": "node ./tasks/clean.js",
"debug": "node ./tasks/debug.js",
"start": "node ./tasks/start.js"
},
"author": "Eli Knebel",
"license": "MIT",
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/EliKnebel/react-pack-fullstack.git"
}
}