-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.47 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
{
"name": "cssqd-ui",
"version": "2.0.0",
"description": "",
"main": "app/index.js",
"scripts": {
"start": "",
"build": "",
"watch": "webpack -w --config webpack.config.dev.js",
"dev": "webpack-dev-server --hot --inline --content-base=./dist --config webpack.config.dev.js --public 2123.qd:8080",
"build:prod": "NODE_ENV=production && npm run clean:prod && webpack --config webpack.config.prod.js --progress",
"build:local": "webpack --config webpack.config.local.js",
"watch:local": "webpack --config webpack.config.local.js --watch",
"clean": "rm -rf dist",
"clean:prod": "rm -rf dist-prod",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/21-23/cssqd-ui.git"
},
"author": "21-23",
"license": "LGPL-3.0",
"private": true,
"bugs": {
"url": "https://github.com/21-23/cssqd-ui/issues"
},
"homepage": "https://github.com/21-23/cssqd-ui#readme",
"dependencies": {
"classnames": "^2.2.5",
"message-factory": "git+https://github.com/21-23/message-factory.git#v6.6.0",
"phoenix-middleware": "git+https://github.com/21-23/phoenix-middleware.git",
"preact": "^8.2.5",
"preact-redux": "^2.0.3",
"preact-virtual-list": "^0.3.1",
"react-fontawesome": "^1.6.1",
"recompose": "^0.25.0",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-logger": "^3.0.6",
"reselect": "^3.0.1"
},
"devDependencies": {
"@storybook/addon-knobs": "^3.2.10",
"@storybook/addon-options": "^3.2.10",
"@storybook/react": "^3.2.10",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"common-tags": "^1.4.0",
"favicons-webpack-plugin": "0.0.7",
"html-webpack-plugin": "^2.30.1",
"inquirer": "^3.3.0",
"preact-compat": "^3.17.0",
"styled-jsx": "^1.0.10",
"url-loader": "^0.5.9",
"vinyl-fs": "^2.4.4",
"webpack": "^3.5.5",
"webpack-auto-inject-version": "^1.2.2",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.0"
}
}