-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.14 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.14 KB
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
{
"name": "devboard-example",
"version": "1.0.0",
"description": "Example for Devboard",
"private": true,
"kotatsu": {
"config": "--public public/ --index public/index.html --devtool \\#cheap-source-map --babel --config webpack.config.js main.js"
},
"scripts": {
"start": "kotatsu serve --progress $npm_package_kotatsu_config",
"prestatic": "rm -rf public/build",
"static": "NODE_ENV=production kotatsu build client -o public/build --minify $npm_package_kotatsu_config",
"lint": "eslint --max-warnings 0 ."
},
"author": "Glen Mailer <glen@stainlessed.co.uk>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-eslint": "^5.0.0-beta6",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"color-js": "^1.0.3",
"eslint": "^1.10.3",
"eslint-plugin-no-class": "^0.1.0",
"eslint-plugin-react": "^3.15.0",
"jquery": "^3.1.0",
"kotatsu": "^0.14.0",
"mustache-loader": "^0.3.1",
"part-loader": "^1.0.0",
"raw-loader": "^0.5.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"webpack-hmr-singleton": "^1.0.0"
}
}