forked from FuturICT2/fin4-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 1.35 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
{
"name": "fin4-core",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/webpack --config ./webpack-client.config.js",
"client-dev-ssl": "./node_modules/.bin/webpack-dev-server --config ./webpack-client.config.js --port 8888 --hot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "FutureICT",
"license": "UNLICENSED",
"dependencies": {
"@babel/preset-env": "^7.1.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-decorators": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.7",
"elm": "^0.18.0",
"elm-ethereum-ports": "^1.0.0",
"elm-hot-loader": "^0.5.4",
"elm-live": "^2.7.4",
"elm-test": "^0.18.2",
"elm-webpack-loader": "^4.3.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"font-awesome": "^4.7.0",
"node-sass": "^4.9.4",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.7.1"
},
"devDependencies": {
"copy-webpack-plugin": "^4.5.4"
}
}