-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 851 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
{
"name": "uikit-project-01",
"version": "1.0.0",
"description": "UIkit Project 01",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mehdichitforoosh/01-uikit-project.git"
},
"author": "Mehdi Chitforoosh",
"license": "ISC",
"bugs": {
"url": "https://github.com/mehdichitforoosh/01-uikit-project/issues"
},
"homepage": "https://github.com/mehdichitforoosh/01-uikit-project#readme",
"dependencies": {
"uikit": "^3.0.0-rc.10"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"webpack": "^4.16.4",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}