forked from eScholarship/eschol-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.13 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
{
"name": "eschol-ui-toolkit",
"version": "1.0.0",
"description": "A toolkit for developing the eScholarship UI library.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"watch": "webpack --config webpack.dev.js --watch",
"deploy": "gh-pages --dist dist --remote upstream"
},
"author": "Joel Hagedorn",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^1.2.0",
"clean-webpack-plugin": "^0.1.18",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"faker": "^4.1.0",
"file-loader": "^1.1.6",
"flickity": "^2.0.5",
"flickity-imagesloaded": "^2.0.0",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^2.30.1",
"lozad": "^1.0.9",
"nan": ">=2.12.1",
"node-sass": "^4.11.0",
"postcss-assets": "^5.0.0",
"postcss-loader": "^2.0.10",
"postcss-normalize": "^4.0.0",
"preload-css-webpack-plugin": "^0.2.0",
"run-sequence": "^1.2.2",
"sass-lint": "^1.12.1",
"sass-loader": "^6.0.6",
"sasslint-webpack-plugin": "^1.0.4",
"script-ext-html-webpack-plugin": "^1.8.8",
"style-loader": "^0.20.1",
"uglifyjs-webpack-plugin": "^1.1.8",
"webpack": "^3.12.0",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"details-polyfill": "^1.0.2",
"intersection-observer": "^0.4.3",
"jquery": "^3.2.1",
"jquery.dotdotdot": "amywieliczka/jQuery.dotdotdot#4f7d03a442ceca0b75a2fb641a065e47297d5666",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-modal": "^3.8.1",
"react-responsive": "^1.1.4",
"react-router-dom": "^4.3.1",
"react-twitter-widgets": "^1.7.1",
"smoothscroll-polyfill": "^0.4.0"
},
"browserslist": [
"last 2 versions",
"IE 11"
]
}