-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.45 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": "stone-harbor-game",
"version": "1.0.0",
"description": "Stone Harbor by Liza Daly",
"main": "gulpfile.js",
"devDependencies": {
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-load-plugins": "^1.1.0",
"gulp-sass": "^5.1.0",
"nan": "^2.10",
"node-gyp": "^9.4.0",
"node-sass": "^9.0.0",
"redux-devtools": "^3.3.1"
},
"scripts": {
"start": "gulp",
"build": "gulp"
},
"author": "Liza Daly <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-runtime": "^6.9.2",
"babelify": "^7.2.0",
"codemirror": "^5.58.2",
"es6-shim": "^0.35.1",
"foundation-sites": "^6.2.3",
"gulp-autoprefixer": "^3.1.0",
"immutable": "^3.8.1",
"json-loader": "^0.5.4",
"react": "^15.0.1",
"react-codemirror": "^0.2.6",
"react-dom": "^15.0.1",
"react-markdown": "^2.2.0",
"react-redux": "^4.4.5",
"react-transition-group": "^1.2.1",
"redux": "^3.5.2",
"redux-persist": "^3.2.2",
"sass": "^1.63.6",
"webpack": "1.13.0"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}