-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.7 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
{
"name": "@slater/cli",
"version": "0.7.4",
"description": "",
"main": "index.js",
"bin": {
"slater": "./index.js"
},
"author": "slater",
"license": "MIT",
"scripts": {
"publish": "npm publish --access public"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.39",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.39",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.39",
"@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.39",
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.39",
"@babel/preset-env": "^7.0.0-beta.39",
"@babel/preset-react": "^7.0.0-rc.1",
"@friendsof/spaghetti": "^1.0.1",
"@slater/rollup-plugin-postcss": "^1.6.2",
"@slater/themekit": "^1.0.2",
"ansi-colors": "^3.0.4",
"anymatch": "^2.0.0",
"bili": "^3.1.2",
"chokidar": "^2.0.4",
"exit": "^0.1.2",
"exit-hook": "^2.0.0",
"fast-async": "^6.3.7",
"fs-extra": "^7.0.0",
"function-rate-limit": "^1.1.0",
"log-update": "^2.3.0",
"micromatch": "^3.1.10",
"minimist": "^1.2.0",
"parse-gitignore": "^1.0.1",
"postcss-cssnext": "^3.1.0",
"postcss-discard-comments": "^4.0.0",
"postcss-import": "^12.0.0",
"postcss-nested": "^3.0.0",
"rollup": "^0.64.1",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-babel": "^4.0.0-beta.2",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-hashbang": "^1.0.1",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^3.0.0",
"socket.io": "^2.1.1",
"yaml": "^1.0.0-rc.7"
}
}