-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.55 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "layer-notes",
"version": "0.5.6",
"description": "Layernotes is a tool that you can use to easaly create Tickets for the Bugtracker Manits.",
"scripts": {
"start": "npm run firefox-watch",
"chrome-build": "TARGET=chrome gulp",
"opera-build": "TARGET=opera gulp",
"firefox-build": "TARGET=firefox gulp",
"build": "NODE_ENV=production npm run chrome-build && NODE_ENV=production npm run opera-build && NODE_ENV=production npm run firefox-build",
"chrome-watch": "TARGET=chrome gulp watch",
"opera-watch": "TARGET=opera gulp watch",
"firefox-watch": "TARGET=firefox gulp watch",
"firefox-start": "web-ext run --firefox=/Applications/FirefoxDeveloperEdition.app/Contents/MacOS/firefox-bin -s ./build/firefox/",
"chrome-dist": "NODE_ENV=production TARGET=chrome gulp dist",
"opera-dist": "NODE_ENV=production TARGET=opera gulp dist",
"firefox-dist": "NODE_ENV=production TARGET=firefox gulp dist",
"dist": "npm run chrome-dist && npm run opera-dist && npm run firefox-dist"
},
"repository": {
"type": "git",
"url": "https://github.com/uncinc/layer-notes"
},
"author": "https://github.com/mat1th",
"bugs": {
"url": "https://github.com/uncinc/layer-notes/issues"
},
"devDependencies": {
"babel": "6.23.0",
"babel-cli": "6.24.0",
"babel-core": "6.20.0",
"babel-eslint": "^6.1.2",
"babel-loader": "6.2.9",
"babel-plugin-transform-class-properties": "6.19.0",
"babel-plugin-transform-object-rest-spread": "6.20.2",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-2": "6.18.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3",
"event-stream": "3.3.4",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.2",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^0.5.3",
"gulp-merge-json": "^1.0.0",
"gulp-newer": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-responsive": "^2.7.0",
"gulp-run-sequence": "*",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprites": "^4.1.1",
"gulp-uglify": "^1.5.4",
"gulp-zip": "^2.0.3",
"preprocessify": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"bowser": "^1.6.0",
"prop-types": "^15.6.0",
"react": "^15.5.4",
"react-anime": "^0.3.4",
"react-dom": "^15.5.4"
}
}