-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.36 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
{
"name": "riot-4-boilerplate",
"version": "1.0.0",
"description": "A complete starting point for Riot 4",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --inline --watch --hot --colors -d --port 3000",
"build": "webpack",
"test": "jest",
"tdd": "jest --watch",
"deploy": "./deploy/deploy.sh"
},
"keywords": [
"riot4",
"riot",
"boilerplate",
"scss",
"webpack",
"spa"
],
"author": "@damusix",
"license": "MIT",
"dependencies": {
"@babel/core": "^7",
"@babel/polyfill": "^7",
"@babel/preset-env": "^7",
"@babel/preset-react": "^7",
"@babel/register": "^7",
"@riotjs/hot-reload": "^4",
"@riotjs/route": "^5",
"@riotjs/ssr": "^4",
"@riotjs/webpack-loader": "^4",
"animejs": "^3",
"axios": "^0.19",
"babel-loader": "^8",
"better-web-storage": "^0.1",
"bianco": "^1",
"css-loader": "^2",
"erre": "^2",
"final-form": "^4",
"jest": "^24",
"jsdom": "15",
"jsdom-global": "3",
"mini-css-extract-plugin": "^0.7",
"node-sass": "^4",
"riot": "^4",
"riot-final-form": "^1",
"riot-jest-transformer": "^6",
"riot-meiosis": "^1",
"riot-observable": "^3",
"sass-loader": "^7",
"style-loader": "^0.23",
"underscore": "^1",
"webpack": "^4",
"webpack-cli": "^3",
"webpack-dev-server": "^3"
}
}