-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
70 lines (70 loc) · 2.33 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
{
"name": "crana",
"version": "0.0.12",
"description": "",
"preferGlobal": true,
"bin": "./index.js",
"main": "index.js",
"scripts": {
"publish": "git add . && git commit && npm publish",
"local-pack": "npm pack && rm -rf ../crana-no-git && mkdir ../crana-no-git && mv *.tgz ../crana-no-git && cd ../crana-no-git && tar -xvf *.tgz && cp package/. . -r && rm -rf package/ && rm -rf *.tgz && npm i && sudo npm link"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.0.0-beta.49",
"@babel/core": "^7.0.0-beta.49",
"@babel/node": "^7.0.0-beta.49",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.49",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.49",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.49",
"@babel/preset-env": "^7.0.0-beta.49",
"@babel/preset-react": "^7.0.0-beta.49",
"ajv": "^6.5.4",
"babel-eslint": "^8.2.3",
"babel-loader": "^8.0.0-beta.3",
"babel-polyfill": "^6.26.0",
"braces": "^2.3.2",
"clean-webpack-plugin": "^0.1.19",
"cloc": "^2.3.3",
"co": "^4.6.0",
"commander": "^2.15.1",
"concurrently": "^3.5.1",
"cross-env": "^5.1.6",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"ncp": "^2.0.0",
"nodemon": "^1.17.5",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^2.1.5",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"react-hot-loader": "^4.3.11",
"style-loader": "^0.21.0",
"stylelint": "^9.2.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-webpack-plugin": "^0.10.5",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "^4.21.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.1.2",
"webpack-notifier": "^1.6.0"
}
}