-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.88 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
{
"name": "aptr-uikit",
"version": "1.1.0",
"main": "dist/index.js",
"author": {
"name": "Appitierre"
},
"description": "Appitierres React powered uikit",
"scripts": {
"build": "babel src/uiElements --out-dir dist && gulp less:dist",
"dev": "gulp",
"server": "gulp server",
"start": "npm run dev && npm run server",
"prepublish": "npm run build"
},
"dependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"classnames": "^2.2.5",
"gulp": "^3.8.11",
"gulp-contrib-copy": "^0.1.2",
"gulp-cssmin": "^0.1.7",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.4",
"gulp-webserver": "^0.9.1",
"jsx-loader": "^0.13.2",
"lodash": "^4.12.0",
"react": "^15.4.0",
"react-color": "^2.5.0",
"react-dom": "^15.4.0",
"react-onclickoutside": "^5.7.1",
"react-slider": "^0.7.0",
"react-sortable-hoc": "^0.6.8",
"serve-static": "^1.9.3",
"webpack": "^1.9.8"
},
"devDependencies": {
"babel-preset-stage-1": "^6.5.0"
},
"readme": "# aptr-uikit\n\n## Introduction\n\nAppitierre's UI kit, built using React, consists of a range of different components to help make developing powerful apps easier than ever. \n\n## Getting Started\nAssuming you have Node JS installed run the following commands to save UI kit to your system.\n\n```javascript\n$ npm install aptr-uikit --save\n```\n\n## For Developers\nCompiles your files and starts a local server. \n```\n$ npm start\n```\n##Documentation\nCompile and read documentation locally inside ```docs/```\n```\n$ gulp docs\n```",
"readmeFilename": "README.md",
"gitHead": "bec62e303e0f132db612fcee721c4a7a987c235f",
"_id": "[email protected]",
"_shasum": "87a79a13d63f37e1819e4558b2172502c92755db",
"_from": "aptr-uikit@*"
}