-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.48 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
{
"name": "funsorting.github.io",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod --progress --colors",
"start": "webpack-dev-server --config webpack.dev --progress --colors",
"storybook": "start-storybook -p 9001 -c .storybook",
"test": "NODE_PATH=./ mocha -c -S --recursive --compilers js:babel-core/register --require ignore-styles --require src/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funsorting/funsorting.github.io.git"
},
"author": "Wagner Leonardi <leonardiwagner@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/funsorting/funsorting.github.io/issues"
},
"homepage": "https://github.com/funsorting/funsorting.github.io#readme",
"devDependencies": {
"@storybook/react": "^3.3.12",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"bem-classname": "^0.1.1",
"css-loader": "^0.28.9",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^3.2.0",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"style-loader": "^0.20.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"axios": "^0.18.0"
}
}