-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.36 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.36 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
{
"name": "reviewable",
"version": "2.0.0",
"main": "gulpfile.js",
"dependencies": {
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"enhanced-resolve": "^4.0.0-beta.2",
"es6": "0.0.7",
"es6-map": "^0.1.5",
"is-primitive": "^3.0.0",
"jquery": "^3.5.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"velocity-react": "^1.3.3"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.2.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babelify": "^8.0.0",
"browserify": "^14.1.0",
"enhanced-resolve": "^4.0.0-beta.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-environments": "^1.0.1",
"gulp-polyfiller": "0.0.1",
"gulp-sourcemaps": "^2.5.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"npm-install-webpack-plugin": "^4.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watch": "^1.0.2",
"webpack": "^5.88.2"
},
"scripts": {
"dev": "webpack -d --watch",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jlarson4/Reviewable.git"
},
"author": "Jonah Larson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jlarson4/Reviewable/issues"
},
"homepage": "https://github.com/jlarson4/Reviewable#readme"
}