-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.18 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
{
"name": "frontend-boilerplate",
"description": "A modern frontend boilerplate.",
"version": "0.0.0",
"license": "MIT",
"author": "Lee Siong Chan <[email protected]>",
"scripts": {
"build": "parcel build src/index.html",
"start": "parcel src/index.html",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^3.1.3"
},
"devDependencies": {
"@storybook/addon-actions": "^3.3.9",
"@storybook/addon-links": "^3.3.9",
"@storybook/addon-notes": "^3.3.9",
"@storybook/react": "^3.3.9",
"babel-eslint": "^8.1.2",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-react-css-modules": "^3.3.2",
"babel-preset-react-app": "^3.1.0",
"eslint": "^4.14.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.4.0",
"flow-bin": "^0.63.1",
"parcel-bundler": "^1.4.1",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-modules": "^1.1.0",
"prettier": "^1.10.2",
"stylelint": "^8.4.0",
"stylelint-config-prettier": "^2.0.0"
}
}