UNPKG

2.97 kBJSONView Raw
1{
2 "name": "atomatic",
3 "description": "An easy to use build and development tool for Atomic Design Systems, that works with rollup.js, Browserify, webpack and many more...",
4 "version": "0.11.0",
5 "license": "MIT",
6 "url": "https://github.com/stefan-lehmann/atomatic",
7 "main": "./index.js",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/stefan-lehmann/atomatic"
11 },
12 "author": {
13 "email": "atomatic@lehmann.st",
14 "name": "Stefan Lehmann"
15 },
16 "engines": {
17 "node": ">= 8"
18 },
19 "bugs": {
20 "url": "https://github.com/stefan-lehmann/atomatic/issues"
21 },
22 "babel": {
23 "plugins": [
24 "@babel/plugin-transform-object-assign",
25 "@babel/plugin-transform-destructuring"
26 ],
27 "presets": [
28 [
29 "@babel/preset-env",
30 {
31 "targets": {
32 "browsers": [
33 "last 1 version",
34 "> 1%",
35 "ie 10"
36 ]
37 }
38 }
39 ]
40 ]
41 },
42 "keywords": [
43 "Atomic Design",
44 "Atomic Design System",
45 "Atomic Web Design",
46 "Styleguide",
47 "Components",
48 "Patterns",
49 "Build tool",
50 "PatternLab",
51 "Node",
52 "rollup",
53 "Rollup.js",
54 "Gulp",
55 "Webpack",
56 "Livereload",
57 "Browser-Sync"
58 ],
59 "dependencies": {
60 "@babel/core": "^7.2.2",
61 "@babel/plugin-transform-destructuring": "^7.2.0",
62 "@babel/plugin-transform-object-assign": "^7.2.0",
63 "@babel/plugin-transform-runtime": "^7.2.0",
64 "@babel/polyfill": "^7.2.0",
65 "@babel/preset-env": "^7.2.0",
66 "ansi-colors": "^3.2.3",
67 "autoprefixer-stylus": "^0.14.0",
68 "browser-sync": "^2.26.3",
69 "chance": "^1.0.18",
70 "chokidar": "^2.0.4",
71 "circular-json": "^0.5.1",
72 "color-namer": "^1.3.0",
73 "config": "^3.0.1",
74 "css": "^2.2.4",
75 "css-shorthand-expand": "^1.2.0",
76 "cssstats": "^3.2.0",
77 "decamelize": "^2.0.0",
78 "express": "^4.16.4",
79 "extend": "^3.0.2",
80 "faker": "^4.1.0",
81 "fancy-log": "^1.3.3",
82 "glob": "^7.1.3",
83 "glob-watcher": "^5.0.3",
84 "json-schema-faker": "~0.5.0-rc9",
85 "json5": "^2.1.0",
86 "jsonpath": "^1.0.0",
87 "marked": "^0.6.0",
88 "mathjs": "^5.4.2",
89 "mime": "^2.2.0",
90 "minimatch": "^3.0.4",
91 "nib": "~1.1.2",
92 "ntc": "^0.0.1",
93 "obj-flatten": "^2.0.4",
94 "object-hash": "^1.3.1",
95 "pretty": "^2.0.0",
96 "pug": "^2.0.3",
97 "rollup": "^1.1.2",
98 "rollup-plugin-alias": "^1.5.1",
99 "rollup-plugin-babel": "^4.3.1",
100 "rollup-plugin-commonjs": "^9.2.0",
101 "rollup-plugin-glob-import": "^0.3.1",
102 "rollup-plugin-node-globals": "^1.4.0",
103 "rollup-plugin-node-resolve": "^4.0.0",
104 "rollup-plugin-pug": "^1.1.0",
105 "rollup-plugin-replace": "^2.1.0",
106 "scalpel": "^2.1.0",
107 "stylus": "^0.54.5",
108 "sync-request": "^6.0.0",
109 "tinycolor2": "^1.4.1",
110 "vue": "^2.5.16",
111 "vue-highlightjs": "^1.2.2",
112 "vue-resource": "^1.5.0",
113 "vuex": "^3.0.1",
114 "vuex-localstorage": "^1.0.0"
115 }
116}