forked from albsierra/codetest
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 931 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 931 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
32
33
34
35
36
37
38
{
"name": "codetest",
"version": "1.0.0",
"description": "A Tsugi tool to authomatic assess programming and database exercises.",
"main": "index.js",
"scripts": {
"dev": "cross-env TAILWIND_MODE=watch encore dev --watch",
"build": "encore production"
},
"repository": {
"type": "git",
"url": "git@source.edf.global:juezlti/codetest.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.16.10",
"@symfony/webpack-encore": "^1.6.1",
"autoprefixer": "^10.4.0",
"file-loader": "^6.0.0",
"postcss-loader": "^6.2.0",
"sass": "^1.43.3",
"sass-loader": "^10.0.0",
"webpack-notifier": "^1.6.0"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
],
"dependencies": {
"cross-env": "^7.0.3",
"sortablejs": "^1.14.0",
"tailwindcss": "^2.2.19"
}
}