-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "dbflute-intro",
"version": "0.6.0",
"dependencies": {
"sortablejs": "^1.14.0",
"uuid": "^8.3.2"
},
"scripts": {
"start": "webpack-dev-server --mode development --inline --watch --hot --content-base ./src/static --port 3000 --open",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"devDependencies": {
"acorn": "^8.0.4",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015-riot": "^1.1.0",
"css-loader": "^1.0.1",
"eslint": "^5.16.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-html": "^3.1.1",
"ffetch": "^0.1.1",
"prismjs": "^1.27.0",
"q": "^1.5.1",
"riot": "^3.13.2",
"riot-i18nlet": "^0.2.5",
"riot-route": "^3.1.4",
"riot-tag-loader": "^2.1.0",
"rxjs": "^6.6.3",
"semantic-ui-riot": "^0.22.2",
"style-loader": "^0.23.1",
"vinyl-source-stream": "^2.0.0",
"webpack": "^5.106.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^5.2.3"
},
"engines": {
"node": ">=6.7.0"
}
}