-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.89 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
{
"name": "Linkcast",
"version": "12.6.16",
"description": "",
"main": "index.js",
"scripts": {
"dev": "export NODE_ENV=dev & webpack --watch --progress --colors --config webpack/dev.js",
"build": "node utils/version.js $v & NODE_ENV=production webpack -p --config webpack/prod.js",
"test": "echo 'FOR TRAVIS CI' && npm run build && rm bundle.css bundle.js && echo 'SUCCESS!'"
},
"author": "Abhishek Saha",
"license": "MIT",
"dependencies": {
"hyperapp": "^0.16.0",
"moment": "^2.18.1"
},
"devDependencies": {
"archiver": "^2.0.3",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-react-jsx": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.22.0",
"babili-webpack-plugin": "^0.1.2",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.1.1",
"cross-env": "^5.1.1",
"css-loader": "^0.28.0",
"eslint": "^4.6.1",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.2.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"imports": "^1.0.0",
"jszip": "^3.1.4",
"lzutf8": "^0.4.7",
"node-libs-browser": "^2.0.0",
"node-sass": "^4.5.3",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss": "^6.0.14",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-nested": "^2.1.2",
"postcss-nesting": "^4.2.1",
"resize-observer-polyfill": "^1.4.2",
"sass-loader": "^6.0.6",
"sprintf": "^0.1.5",
"style-loader": "^0.18.2",
"webpack": "^3.4.0",
"webpack-dev-server": "^2.4.2"
}
}