-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1021 Bytes
/
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": "core",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.0.0",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"font-awesome": "^4.7.0",
"fontface-loader": "0.0.8",
"jquery": "^3.3.1",
"node-sass": "^4.7.2",
"popper.js": "^1.12.9",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"tether": "^1.4.3",
"trumbowyg": "^2.9.4",
"webpack": "^3.10.0"
},
"devDependencies": {},
"scripts": {
"start": "webpack --watch",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarvinCZ/Core.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MarvinCZ/Core/issues"
},
"homepage": "https://github.com/MarvinCZ/Core#readme"
}