forked from arthurbernierjr/kofujs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.01 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
{
"name": "kofujs",
"version": "1.0.0",
"description": "KofuJS a slightly opinionated and elegant JS framework",
"main": "index.js",
"scripts": {
"build:fw": "webpack --mode development --env.NODE_ENV=dev",
"build:webpack": "webpack --mode production --env.NODE_ENV=prod",
"watch": "gulp",
"compile": "gulp coffee",
"start": "gulp start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arthurbernierjr/kofujs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/arthurbernierjr/kofujs/issues"
},
"homepage": "https://github.com/arthurbernierjr/kofujs#readme",
"dependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
"@babel/plugin-transform-react-jsx": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"coffeescript": "^2.4.1",
"color": "^3.1.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jss": "^10.0.1",
"jss-preset-default": "^10.0.1",
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"lodash.filter": "^4.6.0",
"lodash.map": "^4.6.0",
"lodash.reduce": "^4.6.0",
"rxjs": "^6.5.3",
"snabbdom": "^0.7.4",
"vanilla-router": "^1.2.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-async-to-generator": "^7.7.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.7",
"clean-webpack-plugin": "^0.1.0",
"coffee-loader": "^0.9.0",
"consola": "^2.11.2",
"gulp": "^4.0.2",
"gulp-coffee": "^3.0.3",
"gulp-nodemon": "^2.4.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"nodemon": "^2.0.2",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"webpack-md5-hash": "^0.0.6"
}
}