-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.14 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
{
"name": "vavavoo-theme",
"version": "1.0.0",
"description": "VaVaVoo Theme by Gigster",
"main": "index.js",
"scripts": {
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
},
"author": "Joseph Hillhouse",
"repository": {
"type": "git",
"url": "git+https://github.com/gigster-eng/VaVaVoo.git"
},
"bugs": {
"url": "https://github.com/gigster-eng/VaVaVoo/issues"
},
"homepage": "https://github.com/gigster-eng/VaVaVoo#readme",
"devDependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"del": "^2.2.0",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-crisper": "^1.0.0",
"gulp-flatten": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-inline": "^0.1.0",
"gulp-rename": "^1.2.2",
"gulp-shopify-upload": "^2.0.0",
"gulp-util": "^2.0.1",
"vinyl-named": "^1.1.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.1.0"
},
"dependencies": {
"babel-preset-stage-1": "^6.5.0",
"react": "^0.14.7",
"react-dom": "^0.14.7"
}
}