-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.32 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.32 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
{
"name": "@proton-ui/docs",
"private": true,
"repository": "git@github.com:proton-ui/docs.git",
"author": {
"name": "Shea 'Kai' Lewis",
"url": "https://kaidesu.com/"
},
"license": "MIT",
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@proton-ui/proton": "^0.2.0",
"cross-env": "^5.2.0",
"highlight.js": "^9.15.8",
"laravel-mix": "^4.0.15",
"query-string": "^6.5.0",
"sass": "^1.20.1",
"sass-loader": "^7.1.0",
"tailwindcss": "^1.0.1",
"vue": "^2.6.10",
"vue-router": "^3.0.6",
"vue-template-compiler": "^2.6.10"
},
"devDependencies": {
"raw-loader": "^2.0.0"
}
}