-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 855 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 855 Bytes
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
{
"name": "inlinedb-web",
"private": true,
"description": "Web content generator for inlinedb.github.io",
"repository": "inlinedb/inlinedb-web",
"author": "Gopikrishna Sathyamurthy",
"license": "MIT",
"scripts": {
"build": "webpack",
"eslint": "eslint . --ignore-path .gitignore",
"start": "webpack-dev-server --env.dev"
},
"devDependencies": {
"@inlinedb/eslint-config-inlinedb": "1.0.0",
"copy-webpack-plugin": "4.1.1",
"css-loader": "0.28.7",
"eslint": "4.9.0",
"extract-text-webpack-plugin": "3.0.1",
"html-loader": "0.5.1",
"html-webpack-plugin": "2.30.1",
"node-sass": "4.5.3",
"sass-loader": "6.0.6",
"webpack": "3.7.1",
"webpack-dev-server": "2.9.1"
},
"dependencies": {
"@inlinedb/docs": "1.0.0",
"@inlinedb/docs-loader": "1.0.0",
"prismjs": "1.8.1"
}
}