-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
93 lines (93 loc) · 2.64 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "atomic-lab",
"version": "1.9.8",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run lint",
"build": "webpack --config webpack.config.prod.js",
"lint": "eslint ./index.js --fix",
"styleguide:init": "node ./bin/index.js init --dist ./",
"styleguide:build": "node ./bin/index.js build --dist ./styleguide",
"styleguide:update": "node ./bin/index.js update --dist ./styleguide",
"dev": "open http://localhost:8080/webpack-dev-server/demo.html && webpack-dev-server --progress --colors --watch",
"deploy": "np --no-cleanup"
},
"author": {
"name": "steelaxe"
},
"bin": {
"atomic-lab": "./bin/index.js"
},
"license": "MIT",
"devDependencies": {
"axios": "^0.16.1",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"brace": "^0.10.0",
"classnames": "^2.2.5",
"co": "^4.6.0",
"copy-webpack-plugin": "^4.0.1",
"css": "^2.2.1",
"css-loader": "^0.26.1",
"ejs": "^2.5.6",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"file-loader": "^0.10.0",
"file-saver": "^1.3.3",
"gulp": "^3.9.1",
"gulp-plumber": "^1.1.0",
"haml": "^0.4.3",
"hamljs": "^0.6.2",
"highlight.js": "^9.12.0",
"iframe-resizer": "^3.5.14",
"jade": "^1.11.0",
"json-loader": "^0.5.4",
"jszip": "^3.1.3",
"keycode": "^2.1.9",
"less": "^2.7.2",
"marked": "^0.3.6",
"node-cmd": "^3.0.0",
"node-sass": "^4.5.0",
"normalize-css": "^2.3.1",
"np": "^2.16.0",
"onchange": "^3.2.1",
"react": "^15.4.2",
"react-ace": "^5.0.1",
"react-addons-css-transition-group": "^15.4.1",
"react-copy-to-clipboard": "^5.0.0",
"react-dom": "^15.4.2",
"react-frame-component": "^1.1.0",
"react-iframe-resizer-super": "^0.1.0",
"react-mdl": "^1.10.3",
"react-redux": "^5.0.1",
"react-remarkable": "^1.1.1",
"react-resizable": "^1.7.1",
"react-shadow": "^2.0.2",
"react-split-pane": "^0.1.63",
"redux": "^3.6.0",
"redux-actions": "^1.2.1",
"sass-loader": "^4.1.0",
"sass.js": "^0.10.4",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.3"
},
"dependencies": {
"extend": "^3.0.1",
"findit": "^2.0.0",
"fs-extra": "^3.0.1",
"json-format": "^1.0.1",
"mkdirp": "^0.5.1",
"promise": "^7.1.1",
"yargs": "^8.0.2"
}
}