-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
108 lines (108 loc) · 2.66 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "lfa",
"version": "0.10.7",
"description": "LearnForward Author - HTML5 textbook publishing tool",
"keywords": [
"textbook",
"book",
"development",
"build",
"tool",
"lfa",
"learnfwd",
"learnforward",
"readfwd",
"readforward"
],
"homepage": "http://learnfwd.com",
"bugs": "https://github.com/learnfwd/lfa/issues",
"main": "./index.js",
"license": "MPL-2.0",
"bin": {
"lfa": "./cli/index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/learnfwd/lfa.git"
},
"author": {
"name": "ReadForward LLC",
"email": "hello@readfwd.com"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@lukekarrys/jade-runtime": "^1.11.1",
"accord": "^0.30",
"async-resolve": "^0.3.1",
"autoprefixer": "^9.4.7",
"babel-loader": "^8.0.5",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"backbone": "^1.1.2",
"chalk": "^2.4.2",
"chokidar": "^2.1.1",
"clean-css": "^4.2.1",
"css-loader": "^2.1.0",
"cssnano": "^4.1.10",
"event-stream": "^4.0.1",
"express": "^4.16.4",
"fastclick": "^1.0.6",
"file-loader": "^3.0.1",
"flux": "^3.1.3",
"fs-extra": "^7.0.1",
"git-cli": "^0.11.0",
"glob": "^7.1.3",
"glob2base": "0.0.12",
"gulp-concat": "^2.5.1",
"gulp-rename": "^1.4.0",
"gulp-template": "^5.0.0",
"hammerjs": "1.x.x",
"inquirer": "^3.0.4",
"jade": "^1.10.0",
"jquery": "^3.3.1",
"loader-utils": "^1.2.3",
"lodash": "^4.17.11",
"marked": "^0.7.0",
"meow": "^3.7.0",
"mini-css-extract-plugin": "^0.5.0",
"minimatch": "^3.0.4",
"modernizr": "^3.6.0",
"node-sass": "^4.11.0",
"open": "0.0.5",
"path": "^0.12.7",
"plugin-error": "^1.0.1",
"postcss-loader": "^3.0.0",
"prompt": "^1.0.0",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"replace-ext": "1.0.0",
"sass-loader": "^7.1.0",
"semver": "^5.6.0",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"templatizer": "^2.0.7",
"through2": "^3.0.0",
"ua-parser-js": "^0.7.12",
"uuid": "^3.3.2",
"vinyl": "^2.2.0",
"vinyl-fs": "^3.0.3",
"vinyl-sourcemaps-apply": "^0.2.1",
"webpack": "^4.29.3",
"webpack-dev-server": "^2.11.1",
"when": "^3.6.4"
},
"devDependencies": {
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"nyc": "^13.3.0",
"should": "^13.2.3"
},
"scripts": {
"test-watch": "mocha --watch",
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
}
}