forked from guardian/media-atom-maker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.76 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
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "media-atom-maker",
"description": "media atom editor",
"scripts": {
"build-angular": "gulp js",
"build": "webpack -p ./public/video-ui/src/app.js ./public/video-ui/build/app.js --config ./build_config/webpack.prod.conf.js",
"build-dev": "webpack ./public/video-ui/src/app.js ./public/video-ui/build/app.js --config ./build_config/webpack.dev.conf.js --watch",
"client-dev": "node ./webpack-dev-server.js",
"lint": "eslint public/video-ui/src/**/*.js --fix",
"test": "jest"
},
"jest": {
"roots": [
"public/video-ui/src/test"
]
},
"devDependencies": {
"argparse": "^1.0.9",
"babel-core": "^6.17.0",
"babel-eslint": "^6.1.2",
"babel-jest": "^20.0.3",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chalk": "^1.1.3",
"crypto": "0.0.3",
"css-loader": "^0.25.0",
"eslint": "^3.14.1",
"eslint-config-prettier": "^1.7.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-prettier": "^2.0.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-standard": "^2.0.1",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"hoconjs": "github:yellowblood/hocon-js",
"jest": "^20.0.4",
"lodash": "^4.17.4",
"node-sass": "^3.10.1",
"prettier-eslint-cli": "^3.4.2",
"react-hot-loader": "^3.0.0-beta.5",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2",
"xhr2": "^0.1.4"
},
"dependencies": {
"aws-sdk": "^2.10.0",
"moment": "^2.17.1",
"panda-session": "^0.1.6",
"prop-types": "^15.5.10",
"querystringify": "0.0.4",
"raven-js": "^3.9.1",
"react": "^15.3.2",
"react-datepicker": "^0.39.0",
"react-dom": "^15.3.2",
"react-drag-sortable": "^1.0.4",
"react-redux": "^5.0.1",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.8",
"react-tooltip": "^3.3.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"reqwest": "^2.0.5",
"scribe": "guardian/scribe#fcf4e16",
"scribe-plugin-keyboard-shortcuts": "^0.1.1",
"scribe-plugin-link-prompt-command": "^1.0.0",
"scribe-plugin-sanitizer": "^0.1.10",
"scribe-plugin-toolbar": "^1.0.0",
"valid-url": "^1.0.9"
},
"version": "1.0.0",
"repository": "git@github.com:guardian/media-atom-maker.git",
"author": "The Guardian <digitalcms.dev@theguardian.com>"
}